Home
last modified time | relevance | path

Searched refs:ICMPV6_INFOMSG_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/ipv6/
Dicmp.c151 !(*tp & ICMPV6_INFOMSG_MASK)) in is_ineligible()
168 if (type & ICMPV6_INFOMSG_MASK) in icmpv6_xrlim_allow()
274 if (!(msg->type & ICMPV6_INFOMSG_MASK)) in icmpv6_getfrag()
767 if (type & ICMPV6_INFOMSG_MASK) in icmpv6_rcv()
/linux-3.4.99/include/linux/
Dicmpv6.h100 #define ICMPV6_INFOMSG_MASK 0x80 macro
/linux-3.4.99/net/netfilter/
Dxt_socket.c225 if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK) in extract_icmp6_fields()