Home
last modified time | relevance | path

Searched refs:XT_INV_PROTO (Results 1 – 11 of 11) sorted by relevance

/third_party/iptables/iptables/
Dnft-ipv6.c46 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, XT_INV_PROTO); in nft_ipv6_add()
68 add_compat(r, cs->fw6.ipv6.proto, cs->fw6.ipv6.invflags & XT_INV_PROTO); in nft_ipv6_add()
119 cs->fw6.ipv6.invflags |= XT_INV_PROTO; in nft_ipv6_parse_meta()
280 && (cs->fw6.ipv6.invflags & XT_INV_PROTO) == 0) in nft_ipv6_proto_parse()
Dnft-ipv4.c47 op = nft_invflags2cmp(cs->fw.ip.invflags, XT_INV_PROTO); in nft_ipv4_add()
79 add_compat(r, cs->fw.ip.proto, cs->fw.ip.invflags & XT_INV_PROTO); in nft_ipv4_add()
172 cs->fw.ip.invflags |= XT_INV_PROTO; in nft_ipv4_parse_meta()
Dip6tables.c104 /* -p */ XT_INV_PROTO,
406 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall()
905 print_proto(e->ipv6.proto, e->ipv6.invflags & XT_INV_PROTO); in print_rule6()
1263 && (cs.fw6.ipv6.invflags & XT_INV_PROTO)) in do_command6()
1268 && (cs.fw6.ipv6.invflags & XT_INV_PROTO) == 0) in do_command6()
Diptables.c102 /* -p */ XT_INV_PROTO,
398 fputc(fw->ip.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall()
911 print_proto(e->ip.proto, e->ip.invflags & XT_INV_PROTO); in print_rule4()
1256 && (cs.fw.ip.invflags & XT_INV_PROTO)) in do_command4()
Dnft-shared.c775 fputc(invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_rule_details()
829 if (invflags & XT_INV_PROTO) in save_rule_details()
Dxtables.c102 /* -p */ XT_INV_PROTO,
665 (args->invflags & XT_INV_PROTO)) in do_parse()
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h96 #define IPT_INV_PROTO XT_INV_PROTO
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h100 #define IP6T_INV_PROTO XT_INV_PROTO
/third_party/iptables/include/linux/netfilter/
Dx_tables.h124 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro
/third_party/iptables/extensions/
Dlibxt_multiport.c147 if (invflags & XT_INV_PROTO) in check_proto()
Dlibxt_conntrack.c353 && (sinfo->invflags & XT_INV_PROTO)) in conntrack_parse()
415 if (info->l4proto == 0 && (info->invert_flags & XT_INV_PROTO)) in conntrack_mt_parse()