Searched refs:XT_TCP_INV_DSTPT (Results 1 – 4 of 4) sorted by relevance
18 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
44 #define IPT_TCP_INV_DSTPT XT_TCP_INV_DSTPT
44 #define IP6T_TCP_INV_DSTPT XT_TCP_INV_DSTPT
103 !!(tcpinfo->invflags & XT_TCP_INV_DSTPT))) in tcp_mt()