Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dicmpv6.h93 #define ICMPV6_INFOMSG_MASK 0x80 macro
/Linux-v4.19/net/ipv6/
Dicmp.c100 if (!(type & ICMPV6_INFOMSG_MASK)) in icmpv6_err()
163 if (!tp || !(*tp & ICMPV6_INFOMSG_MASK)) in is_ineligible()
172 if (type & ICMPV6_INFOMSG_MASK) in icmpv6_mask_allow()
306 if (!(msg->type & ICMPV6_INFOMSG_MASK)) in icmpv6_getfrag()
901 if (type & ICMPV6_INFOMSG_MASK) in icmpv6_rcv()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_socket_ipv6.c47 if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK) in extract_icmp6_fields()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_core.c1008 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) { in ip_vs_out_icmp_v6()
1767 if (ic->icmp6_type & ICMPV6_INFOMSG_MASK) { in ip_vs_in_icmp_v6()