Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dicmp.h47 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
/kernel/linux/linux-5.10/drivers/net/wireguard/
Ddevice.c209 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/kernel/linux/linux-5.10/net/ipv4/
Dicmp.c782 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function
812 EXPORT_SYMBOL(icmp_ndo_send);
Dip_vti.c243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
Dip_tunnel.c511 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_interface.c310 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_gre.c808 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1067 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ip6erspan_tunnel_xmit()
Dip6_vti.c526 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
Dip6_tunnel.c1418 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
/kernel/linux/linux-5.10/drivers/net/
Dgtp.c542 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dsunvnet_common.c1354 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in sunvnet_start_xmit_common()