Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dicmp.c299 static bool icmpv4_global_allow(struct net *net, int type, int code) in icmpv4_global_allow() function
423 if (!icmpv4_global_allow(net, type, code)) in icmp_reply()
689 !icmpv4_global_allow(net, type, code)) in __icmp_send()
/kernel/linux/linux-6.6/net/ipv4/
H A Dicmp.c291 static bool icmpv4_global_allow(struct net *net, int type, int code) in icmpv4_global_allow() function
417 if (!icmpv4_global_allow(net, type, code)) in icmp_reply()
683 !icmpv4_global_allow(net, type, code)) in __icmp_send()

Completed in 4 milliseconds