Searched refs:icmp_ndo_send (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | device.c | 210 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | icmp.c | 784 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() function 814 EXPORT_SYMBOL(icmp_ndo_send);
|
| H A D | ip_vti.c | 241 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
|
| H A D | ip_tunnel.c | 511 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_interface.c | 313 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_gre.c | 812 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4() 1076 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ip6erspan_tunnel_xmit()
|
| H A D | ip6_vti.c | 524 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
|
| H A D | ip6_tunnel.c | 1418 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | gtp.c | 542 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 1354 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in sunvnet_start_xmit_common()
|