Home
last modified time | relevance | path

Searched refs:XT_TCP_INV_OPTION (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_tcp.c198 tcpinfo->invflags |= XT_TCP_INV_OPTION; in tcp_parse()
305 tcp->invflags & XT_TCP_INV_OPTION, in tcp_print()
348 || (tcpinfo->invflags & XT_TCP_INV_OPTION)) { in tcp_save()
349 if (tcpinfo->invflags & XT_TCP_INV_OPTION) in tcp_save()
434 if (tcpinfo->option || (tcpinfo->invflags & XT_TCP_INV_OPTION)) in tcp_xlate()
/third_party/iptables/include/linux/netfilter/
Dxt_tcpudp.h20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */ macro
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h45 #define IPT_TCP_INV_OPTION XT_TCP_INV_OPTION
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h45 #define IP6T_TCP_INV_OPTION XT_TCP_INV_OPTION