/Linux-v4.19/net/ipv4/ |
D | xfrm4_protocol.c | 85 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()
|
D | tunnel4.c | 105 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 124 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv() 144 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
|
D | ip_forward.c | 125 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward() 157 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
|
D | ipcomp.c | 35 case ICMP_DEST_UNREACH: in ipcomp4_err() 50 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ipcomp4_err()
|
D | xfrm4_output.c | 40 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
|
D | ip_vti.c | 205 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit() 306 case ICMP_DEST_UNREACH: in vti4_err() 320 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in vti4_err()
|
D | icmp.c | 289 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 809 case ICMP_DEST_UNREACH: in icmp_unreach() 1100 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err() 1121 [ICMP_DEST_UNREACH] = {
|
D | ipip.c | 144 case ICMP_DEST_UNREACH: in ipip_err() 177 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
D | ah4.c | 449 case ICMP_DEST_UNREACH: in ah4_err() 463 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
|
D | ip_input.c | 225 icmp_send(skb, ICMP_DEST_UNREACH, in ip_local_deliver_finish()
|
D | esp4.c | 808 case ICMP_DEST_UNREACH: in esp4_err() 822 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in esp4_err()
|
D | raw.c | 238 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 264 case ICMP_DEST_UNREACH: in raw_err()
|
D | ip_gre.c | 154 case ICMP_DEST_UNREACH: in ipgre_err() 243 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_err() 434 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 119 [ICMP_DEST_UNREACH] in dump_ipv4_packet() 180 case ICMP_DEST_UNREACH: in dump_ipv4_packet() 192 if (ich->type == ICMP_DEST_UNREACH && in dump_ipv4_packet()
|
D | nf_reject_ipv4.c | 180 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach() 190 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
|
D | nf_socket_ipv4.c | 39 case ICMP_DEST_UNREACH: in extract_icmp4_fields()
|
/Linux-v4.19/include/uapi/linux/ |
D | icmp.h | 24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
/Linux-v4.19/net/rxrpc/ |
D | peer_event.c | 185 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_error_report() 222 case ICMP_DEST_UNREACH: in rxrpc_store_error()
|
/Linux-v4.19/samples/bpf/ |
D | xdp_adjust_tail_kern.c | 93 icmp_hdr->type = ICMP_DEST_UNREACH; in send_icmp4_too_big()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_interface.c | 353 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 454 case ICMP_DEST_UNREACH: in xfrmi4_err() 474 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_core.c | 657 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 947 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp() 1450 ICMP_DEST_UNREACH, in ip_vs_out() 1599 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp() 1676 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
|
/Linux-v4.19/net/sched/ |
D | act_nat.c | 200 if ((icmph->type != ICMP_DEST_UNREACH) && in tcf_nat_act()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_proto_icmp.c | 212 if (icmph->type != ICMP_DEST_UNREACH && in icmp_error()
|
D | xt_HMARK.c | 245 if (icmph->type != ICMP_DEST_UNREACH && in get_inner_hdr()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 149 icmph->type = ICMP_DEST_UNREACH; in nft_reject_br_send_v4_unreach()
|