Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h194 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro
/Linux-v6.1/net/ipv6/netfilter/
Dip6_tables.c1839 !!(icmpinfo->invflags&IP6T_ICMP_INV)); in icmp6_match()
1848 return (icmpinfo->invflags & ~IP6T_ICMP_INV) ? -EINVAL : 0; in icmp6_checkentry()