Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-ipv6.c156 cs->fw6.ipv6.invflags |= IP6T_INV_SRCIP; in nft_ipv6_parse_payload()
252 cs->fw6.ipv6.invflags & IP6T_INV_SRCIP); in nft_ipv6_save_rule()
330 (cs->fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in nft_ipv6_post_parse()
381 cs->fw6.ipv6.invflags & IP6T_INV_SRCIP, xl); in nft_ipv6_xlate()
Dip6tables.c102 /* -s */ IP6T_INV_SRCIP,
894 e->ipv6.invflags & IP6T_INV_SRCIP); in print_rule6()
1504 (cs.fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in do_command6()
Dxshared.c608 fputc(fw6->ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout); in print_ipv6_addresses()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h97 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ macro