OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EBT_VERDICT_BITS
(Results
1 - 5
of
5
) sorted by null
/external/iptables/extensions/
libebt_mark.c
83
info->target = (info->target & ~
EBT_VERDICT_BITS
) |
84
(tmp &
EBT_VERDICT_BITS
);
94
info->target = (info->target &
EBT_VERDICT_BITS
) |
104
info->target = (info->target &
EBT_VERDICT_BITS
) |
114
info->target = (info->target &
EBT_VERDICT_BITS
) |
124
info->target = (info->target &
EBT_VERDICT_BITS
) |
146
tmp = info->target & ~
EBT_VERDICT_BITS
;
159
tmp = info->target | ~
EBT_VERDICT_BITS
;
/external/iptables/iptables/
nft-bridge.h
71
#define
EBT_VERDICT_BITS
0x0000000F
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebtables.h
32
#define
EBT_VERDICT_BITS
0x0000000F
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebtables.h
33
#define
EBT_VERDICT_BITS
0x0000000F
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h
32
#define
EBT_VERDICT_BITS
0x0000000F
Completed in 414 milliseconds