Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dicmp.c185 static bool icmpv6_global_allow(struct net *net, int type) in icmpv6_global_allow() function
545 if (!(skb->dev->flags & IFF_LOOPBACK) && !icmpv6_global_allow(net, type)) in icmp6_send()
781 if ((!(skb->dev->flags & IFF_LOOPBACK) && !icmpv6_global_allow(net, ICMPV6_ECHO_REPLY)) || in icmpv6_echo_reply()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds