Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_tcpudp.h33 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ macro
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h51 #define IPT_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h51 #define IP6T_UDP_INV_DSTPT XT_UDP_INV_DSTPT
/openbmc/linux/net/netfilter/
H A Dxt_tcpudp.c156 !!(udpinfo->invflags & XT_UDP_INV_DSTPT)); in udp_mt()