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