Home
last modified time | relevance | path

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

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