Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_tcp.c163 tcpinfo->invflags |= XT_TCP_INV_DSTPT; in tcp_parse()
302 tcp->invflags & XT_TCP_INV_DSTPT, in tcp_print()
335 if (tcpinfo->invflags & XT_TCP_INV_DSTPT) in tcp_save()
421 tcpinfo->invflags & XT_TCP_INV_DSTPT ? in tcp_xlate()
426 tcpinfo->invflags & XT_TCP_INV_DSTPT ? in tcp_xlate()
/third_party/iptables/include/linux/netfilter/
Dxt_tcpudp.h18 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h43 #define IPT_TCP_INV_DSTPT XT_TCP_INV_DSTPT
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h43 #define IP6T_TCP_INV_DSTPT XT_TCP_INV_DSTPT