Home
last modified time | relevance | path

Searched refs:icmp_send (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_forward.c125 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
156 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
162 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in ip_forward()
Dxfrm4_protocol.c85 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap()
103 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv()
129 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv()
155 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
Dtunnel4.c101 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv()
120 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv()
Dxfrm4_output.c38 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
Dip_options.c476 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile()
627 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr()
635 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
Dip_input.c226 icmp_send(skb, ICMP_DEST_UNREACH, in ip_local_deliver_finish()
Dicmp.c568 void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() function
734 EXPORT_SYMBOL(icmp_send);
Droute.c857 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, in ip_rt_send_redirect()
885 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, gw); in ip_rt_send_redirect()
961 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
1149 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in ipv4_link_failure()
Dcipso_ipv4.c1797 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_ANO, 0); in cipso_v4_error()
1799 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_ANO, 0); in cipso_v4_error()
Dip_fragment.c241 icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0); in ip_expire()
Dip_tunnel.c621 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
Dip_gre.c443 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
Dip_output.c506 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
Dudp.c1839 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_reject_ipv4.c178 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
188 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
/linux-4.4.14/include/net/
Dicmp.h42 void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info);
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_core.c645 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
1281 icmp_send(skb, in ip_vs_out()
1543 icmp_send(skb, type, code, info); in ip_vs_in_icmp()
Dip_vs_xmit.c246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
/linux-4.4.14/net/atm/
Dclip.c276 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c725 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err()
1207 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()
Dip6_vti.c479 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
Dip6_gre.c801 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1390 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1293 icmp_send(skb, ICMP_DEST_UNREACH, in vnet_start_xmit()