Home
last modified time | relevance | path

Searched refs:IPT_ICMP_INV (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_tcpudp.c212 !!(icmpinfo->invflags & IPT_ICMP_INV)); in icmp_match()
246 return (icmpinfo->invflags & ~IPT_ICMP_INV) ? -EINVAL : 0; in icmp_checkentry()
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h154 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro