Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_tcp.c153 tcpinfo->invflags |= XT_TCP_INV_SRCPT; in tcp_parse()
299 tcp->invflags & XT_TCP_INV_SRCPT, in tcp_print()
321 if (tcpinfo->invflags & XT_TCP_INV_SRCPT) in tcp_save()
406 tcpinfo->invflags & XT_TCP_INV_SRCPT ? in tcp_xlate()
411 tcpinfo->invflags & XT_TCP_INV_SRCPT ? in tcp_xlate()
/third_party/iptables/include/linux/netfilter/
Dxt_tcpudp.h17 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ macro
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h42 #define IPT_TCP_INV_SRCPT XT_TCP_INV_SRCPT
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h42 #define IP6T_TCP_INV_SRCPT XT_TCP_INV_SRCPT