Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dip_forward.c133 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
165 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
171 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in ip_forward()
Dxfrm4_protocol.c88 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap()
107 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv()
135 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv()
163 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
Dtunnel4.c106 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv()
152 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv()
172 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
Dip_options.c486 icmp_send(skb, ICMP_PARAMETERPROB, 0, info); in ip_options_compile()
618 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr()
626 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
Dip_input.c215 icmp_send(skb, ICMP_DEST_UNREACH, in ip_protocol_deliver_rcu()
Dicmp.c784 icmp_send(skb_in, type, code, info); in icmp_ndo_send()
799 icmp_send(skb_in, type, code, info); in icmp_ndo_send()
Dip_fragment.c189 icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0); in ip_expire()
Dip_vti.c241 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
Droute.c894 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, in ip_rt_send_redirect()
924 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, gw); in ip_rt_send_redirect()
1009 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
Dip_tunnel.c507 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
Dip_gre.c446 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
Dip_output.c587 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
Dudp.c2405 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
/Linux-v5.10/include/net/
Dicmp.h41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() function
49 #define icmp_ndo_send icmp_send
/Linux-v5.10/net/ipv4/netfilter/
Dnf_reject_ipv4.c200 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
205 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_core.c680 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
1470 icmp_send(skb, in ip_vs_out()
1838 icmp_send(skb, type, code, info); in ip_vs_in_icmp()
Dip_vs_xmit.c245 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
290 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in decrement_ttl()
/Linux-v5.10/net/xfrm/
Dxfrm_output.c651 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
/Linux-v5.10/net/atm/
Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/Linux-v5.10/net/ipv6/
Dip6_tunnel.c679 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err()
1419 icmp_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
Dip6_gre.c808 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1066 icmp_send(skb, ICMP_DEST_UNREACH, in ip6erspan_tunnel_xmit()
Dip6_vti.c525 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
/Linux-v5.10/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1444 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()