Searched refs:XT_INV_PROTO (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h96 #define IPT_INV_PROTO XT_INV_PROTO
/external/iptables/include/linux/netfilter/
H A Dx_tables.h119 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h67 #define IPT_INV_PROTO XT_INV_PROTO
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h124 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h79 #define IP6T_INV_PROTO XT_INV_PROTO
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h79 #define IP6T_INV_PROTO XT_INV_PROTO
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h135 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h73 #define IPT_INV_PROTO XT_INV_PROTO
/external/iptables/extensions/
H A Dlibxt_multiport.c149 if (invflags & XT_INV_PROTO)
H A Dlibxt_conntrack.c311 && (sinfo->invflags & XT_INV_PROTO))
373 if (info->l4proto == 0 && (info->invert_flags & XT_INV_PROTO))

Completed in 279 milliseconds