| /linux/net/ipv4/ |
| 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 | icmp.c | 283 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 737 case ICMP_DEST_UNREACH: in icmp_ext_append() 1128 case ICMP_DEST_UNREACH: in icmp_unreach() 1625 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err() 1648 [ICMP_DEST_UNREACH] = {
|
| H A D | ah4.c | 457 case ICMP_DEST_UNREACH: in ah4_err() 472 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
|
| H A D | cipso_ipv4.c | 1738 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_ANO, 0, &parm); in cipso_v4_error() 1740 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_ANO, 0, &parm); in cipso_v4_error()
|
| H A D | ip_tunnel_core.c | 241 .type = ICMP_DEST_UNREACH, in iptunnel_pmtud_build_icmp()
|
| H A D | udp.c | 962 case ICMP_DEST_UNREACH: in udp_err() 2663 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in udp_rcv()
|
| /linux/include/uapi/linux/ |
| H A D | icmp.h | 27 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | icmps-accept.c | 375 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, in icmp_interfere() 377 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in icmp_interfere() 379 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in icmp_interfere()
|
| H A D | icmps-discard.c | 375 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, in icmp_interfere() 377 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in icmp_interfere() 379 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in icmp_interfere()
|
| /linux/net/xfrm/ |
| H A D | xfrm_interface_core.c | 495 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 615 case ICMP_DEST_UNREACH: in xfrmi4_err() 636 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
|
| H A D | xfrm_output.c | 860 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
|
| H A D | xfrm_iptfs.c | 1821 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(pmtu)); in iptfs_is_too_big()
|
| H A D | xfrm_policy.c | 3552 (fl4->fl4_icmp_type == ICMP_DEST_UNREACH || in icmp_err_packet()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 846 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 1129 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp() 1631 ICMP_DEST_UNREACH, in ip_vs_out_hook() 1796 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp() 1913 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
|
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 164 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_input_error()
|
| /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()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_l4lb_noinline.c | 264 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
|
| H A D | test_l4lb.c | 265 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
|
| H A D | test_l4lb_noinline_dynptr.c | 270 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
|
| H A D | test_cls_redirect.c | 734 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
|
| H A D | test_cls_redirect_dynptr.c | 627 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 1440 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 1355 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in sunvnet_start_xmit_common()
|