Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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
/openbmc/linux/drivers/net/wireguard/
H A Ddevice.c227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/openbmc/linux/net/ipv4/
H A Dicmp.c799 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function
829 EXPORT_SYMBOL(icmp_ndo_send);
H A Dip_vti.c243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
H A Dip_tunnel.c538 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c837 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1083 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ip6erspan_tunnel_xmit()
H A Dip6_vti.c526 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
H A Dip6_tunnel.c1406 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
/openbmc/linux/drivers/net/
H A Dgtp.c879 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()
H A Damt.c2685 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in amt_request_handler()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1355 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in sunvnet_start_xmit_common()