Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_udp.c54 udpinfo->invflags |= XT_UDP_INV_SRCPT; in udp_parse()
112 udp->invflags & XT_UDP_INV_SRCPT, in udp_print()
128 if (udpinfo->invflags & XT_UDP_INV_SRCPT) in udp_save()
164 udpinfo->invflags & XT_UDP_INV_SRCPT ? in udp_xlate()
169 udpinfo->invflags & XT_UDP_INV_SRCPT ? in udp_xlate()
179 udpinfo->invflags & XT_UDP_INV_SRCPT ? in udp_xlate()
184 udpinfo->invflags & XT_UDP_INV_SRCPT ? in udp_xlate()
/third_party/iptables/include/linux/netfilter/
Dxt_tcpudp.h31 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ macro
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h47 #define IPT_UDP_INV_SRCPT XT_UDP_INV_SRCPT
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h47 #define IP6T_UDP_INV_SRCPT XT_UDP_INV_SRCPT