Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dip_forward.c137 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
170 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
176 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in ip_forward()
H A 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()
H A 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()
H A Dip_options.c473 icmp_send(skb, ICMP_PARAMETERPROB, 0, info); in ip_options_compile()
605 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr()
613 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
H A Dip_input.c216 icmp_send(skb, ICMP_DEST_UNREACH, in ip_protocol_deliver_rcu()
H A Dip_fragment.c191 icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0); in ip_expire()
H A Droute.c890 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, in ip_rt_send_redirect()
920 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, gw); in ip_rt_send_redirect()
1007 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
H A Dip_gre.c456 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
H A Dip_output.c590 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
H A Dudp.c2459 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
/openbmc/linux/include/net/
H A Dicmp.h41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() function
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c330 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
335 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c668 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
1455 icmp_send(skb, in ip_vs_out_hook()
1773 icmp_send(skb, type, code, info); in ip_vs_in_icmp()
H A 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()
/openbmc/linux/net/atm/
H A Dclip.c277 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in clip_neigh_error()
/openbmc/linux/net/xfrm/
H A Dxfrm_output.c802 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1440 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c645 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err()