/openbmc/linux/net/ipv4/ |
H A D | xfrm4_protocol.c | 88 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 D | tunnel4.c | 106 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 D | ip_forward.c | 137 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()
|
H A D | ipcomp.c | 31 case ICMP_DEST_UNREACH: in ipcomp4_err() 47 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ipcomp4_err()
|
H A D | ip_vti.c | 243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit() 351 case ICMP_DEST_UNREACH: in vti4_err() 366 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in vti4_err()
|
H A D | ipip.c | 146 case ICMP_DEST_UNREACH: in ipip_err() 172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
H A D | icmp.c | 287 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 896 case ICMP_DEST_UNREACH: in icmp_unreach() 1392 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err() 1415 [ICMP_DEST_UNREACH] = {
|
H A D | ah4.c | 450 case ICMP_DEST_UNREACH: in ah4_err() 465 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
|
H A D | ip_gre.c | 166 case ICMP_DEST_UNREACH: in ipgre_err() 239 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_err() 456 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
|
H A D | raw.c | 210 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 237 case ICMP_DEST_UNREACH: in raw_err()
|
H A D | ip_input.c | 216 icmp_send(skb, ICMP_DEST_UNREACH, in ip_protocol_deliver_rcu()
|
H A D | esp4.c | 978 case ICMP_DEST_UNREACH: in esp4_err() 993 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in esp4_err()
|
/openbmc/linux/include/linux/ |
H A D | icmp.h | 28 case ICMP_DEST_UNREACH: in icmp_is_err()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_reject_ipv4.c | 124 icmph->type = ICMP_DEST_UNREACH; in nf_reject_skb_v4_unreach() 330 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/include/uapi/linux/ |
H A D | icmp.h | 27 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_adjust_tail_kern.c | 97 icmp_hdr->type = ICMP_DEST_UNREACH; in send_icmp4_too_big()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 379 [ICMP_DEST_UNREACH] = 8 + sizeof(struct iphdr), in dump_ipv4_packet() 437 case ICMP_DEST_UNREACH: in dump_ipv4_packet() 449 if (ich->type == ICMP_DEST_UNREACH && in dump_ipv4_packet()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 668 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 951 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp() 1456 ICMP_DEST_UNREACH, in ip_vs_out_hook() 1617 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp() 1734 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 617 case ICMP_DEST_UNREACH: in xfrmi4_err() 638 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
|
/openbmc/linux/net/rxrpc/ |
H A D | peer_event.c | 158 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_input_error()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_tunnel.c | 584 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 590 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 638 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 1406 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
|
/openbmc/linux/net/sctp/ |
H A D | input.c | 559 case ICMP_DEST_UNREACH: in sctp_v4_err_handle() 660 if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED) in sctp_udp_v4_err()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | device.c | 227 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb.c | 265 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
|
H A D | test_l4lb_noinline.c | 264 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
|