Searched refs:XT_TCP_INV_MASK (Results 1 – 4 of 4) sorted by relevance
21 #define XT_TCP_INV_MASK 0x0F /* All possible flags. */ macro
46 #define IPT_TCP_INV_MASK XT_TCP_INV_MASK
310 if (tcp->invflags & ~XT_TCP_INV_MASK) in tcp_print()312 tcp->invflags & ~XT_TCP_INV_MASK); in tcp_print()
46 #define IP6T_TCP_INV_MASK XT_TCP_INV_MASK