Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6_tables.h183 #define IP6T_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1624 !!(tcpinfo->invflags & IP6T_TCP_INV_DSTPT)) in tcp_match()