Searched refs:icmp_ndo_send (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/include/net/ |
| D | icmp.h | 47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info); 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function
|
| /Linux-v6.6/drivers/net/wireguard/ |
| D | device.c | 227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
| /Linux-v6.6/net/ipv4/ |
| 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);
|
| D | ip_vti.c | 243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
|
| D | ip_tunnel.c | 525 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
|
| /Linux-v6.6/net/ipv6/ |
| D | ip6_gre.c | 834 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4() 1080 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ip6erspan_tunnel_xmit()
|
| D | ip6_vti.c | 526 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
|
| D | ip6_tunnel.c | 1391 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
|
| /Linux-v6.6/net/xfrm/ |
| D | xfrm_interface_core.c | 497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
|
| /Linux-v6.6/drivers/net/ |
| D | gtp.c | 879 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()
|
| D | amt.c | 2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()
|
| /Linux-v6.6/drivers/net/ethernet/sun/ |
| D | sunvnet_common.c | 1355 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in sunvnet_start_xmit_common()
|