Searched refs:ICMPV6_INFOMSG_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dicmpv6.h96 #define ICMPV6_INFOMSG_MASK 0x80 macro
/linux-master/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c42 if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK)
/linux-master/net/ipv6/
H A Dicmp.c87 if (!(type & ICMPV6_INFOMSG_MASK))
160 else if (!tp || !(*tp & ICMPV6_INFOMSG_MASK))
325 if (!(msg->type & ICMPV6_INFOMSG_MASK))
1002 if (type & ICMPV6_INFOMSG_MASK)
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1013 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) {
1825 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) {

Completed in 123 milliseconds