Searched refs:ICMPV6_INFOMSG_MASK (Results 1 – 4 of 4) sorted by relevance
96 #define ICMPV6_INFOMSG_MASK 0x80 macro
42 if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK) in extract_icmp6_fields()
97 if (!(type & ICMPV6_INFOMSG_MASK)) in icmpv6_err()168 else if (!tp || !(*tp & ICMPV6_INFOMSG_MASK)) in is_ineligible()329 if (!(msg->type & ICMPV6_INFOMSG_MASK)) in icmpv6_getfrag()988 if (type & ICMPV6_INFOMSG_MASK) in icmpv6_rcv()
1013 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) { in ip_vs_out_icmp_v6()1831 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) { in ip_vs_in_icmp_v6()
Completed in 13 milliseconds