Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv6/
Dicmp.c178 static bool icmpv6_global_allow(struct net *net, int type) in icmpv6_global_allow() function
535 if (!(skb->dev->flags & IFF_LOOPBACK) && !icmpv6_global_allow(net, type)) in icmp6_send()
778 if ((!(skb->dev->flags & IFF_LOOPBACK) && !icmpv6_global_allow(net, ICMPV6_ECHO_REPLY)) || in icmpv6_echo_reply()