Searched defs:icmp_ndo_send (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| H A D | icmp.h | 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | icmp.h | 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | icmp.c | 789 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function 819 EXPORT_SYMBOL(icmp_ndo_send); variable
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | icmp.c | 783 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function 813 EXPORT_SYMBOL(icmp_ndo_send); variable
|
Completed in 5 milliseconds