Searched refs:IP6T_INV_DSTIP (Results 1 – 4 of 4) sorted by relevance
170 cs->fw6.ipv6.invflags |= IP6T_INV_DSTIP; in nft_ipv6_parse_payload()254 cs->fw6.ipv6.invflags & IP6T_INV_DSTIP); in nft_ipv6_save_rule()330 (cs->fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in nft_ipv6_post_parse()383 cs->fw6.ipv6.invflags & IP6T_INV_DSTIP, xl); in nft_ipv6_xlate()
103 /* -d */ IP6T_INV_DSTIP,897 e->ipv6.invflags & IP6T_INV_DSTIP); in print_rule6()1504 (cs.fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in do_command6()
613 fputc(fw6->ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout); in print_ipv6_addresses()
98 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ macro