Home
last modified time | relevance | path

Searched refs:IP6T_INV_VIA_OUT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h97 #define IP6T_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */ macro
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c126 if (FWINV(ret != 0, IP6T_INV_VIA_OUT)) { in ip6_packet_match()
129 ip6info->invflags&IP6T_INV_VIA_OUT ?" (INV)":""); in ip6_packet_match()