Home
last modified time | relevance | path

Searched refs:EBT_VERDICT_BITS (Results 1 – 3 of 3) sorted by relevance

/external/iptables/extensions/
Dlibebt_mark.c83 info->target = (info->target & ~EBT_VERDICT_BITS) | in brmark_parse()
84 (tmp & EBT_VERDICT_BITS); in brmark_parse()
94 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
104 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
114 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
124 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
146 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_print()
159 tmp = info->target | ~EBT_VERDICT_BITS; in brmark_print()
/external/iptables/iptables/
Dnft-bridge.h71 #define EBT_VERDICT_BITS 0x0000000F macro
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h32 #define EBT_VERDICT_BITS 0x0000000F macro