Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibebt_mark.c80 info->target = (info->target & ~EBT_VERDICT_BITS) | in brmark_parse()
81 (tmp & EBT_VERDICT_BITS); in brmark_parse()
91 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
101 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
111 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
121 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()
142 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_print()
155 tmp = info->target | ~EBT_VERDICT_BITS; in brmark_print()
184 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_xlate()
204 tmp = info->target & EBT_VERDICT_BITS; in brmark_xlate()
Dlibebt_snat.c68 natinfo->target = (natinfo->target & ~EBT_VERDICT_BITS) | (tmp & EBT_VERDICT_BITS); in brsnat_parse()
96 printf(" --snat-target %s", ebt_target_name((natinfo->target|~EBT_VERDICT_BITS))); in brsnat_print()
123 xt_xlate_add(xl, "%s ", brsnat_verdict(natinfo->target | ~EBT_VERDICT_BITS)); in brsnat_xlate()
/external/iptables/iptables/
Dnft-bridge.h67 #define EBT_VERDICT_BITS 0x0000000F macro
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h34 #define EBT_VERDICT_BITS 0x0000000F macro