Searched refs:IP6T_INV_SRCIP (Results 1 – 4 of 4) sorted by relevance
156 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()
102 /* -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()
608 fputc(fw6->ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout); in print_ipv6_addresses()
97 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ macro