Searched refs:XT_INV_PROTO (Results 1 – 11 of 11) sorted by relevance
/third_party/iptables/iptables/ |
D | nft-ipv6.c | 46 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()
|
D | nft-ipv4.c | 47 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()
|
D | ip6tables.c | 104 /* -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()
|
D | iptables.c | 102 /* -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()
|
D | nft-shared.c | 775 fputc(invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_rule_details() 829 if (invflags & XT_INV_PROTO) in save_rule_details()
|
D | xtables.c | 102 /* -p */ XT_INV_PROTO, 665 (args->invflags & XT_INV_PROTO)) in do_parse()
|
/third_party/iptables/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 96 #define IPT_INV_PROTO XT_INV_PROTO
|
/third_party/iptables/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 100 #define IP6T_INV_PROTO XT_INV_PROTO
|
/third_party/iptables/include/linux/netfilter/ |
D | x_tables.h | 124 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro
|
/third_party/iptables/extensions/ |
D | libxt_multiport.c | 147 if (invflags & XT_INV_PROTO) in check_proto()
|
D | libxt_conntrack.c | 353 && (sinfo->invflags & XT_INV_PROTO)) in conntrack_parse() 415 if (info->l4proto == 0 && (info->invert_flags & XT_INV_PROTO)) in conntrack_mt_parse()
|