Home
last modified time | relevance | path

Searched refs:ICMP_DEST_UNREACH (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v5.4/net/ipv4/
Dxfrm4_protocol.c80 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap()
98 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv()
126 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv()
154 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()
125 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv()
145 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
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()
Dipcomp.c31 case ICMP_DEST_UNREACH: in ipcomp4_err()
46 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ipcomp4_err()
Dxfrm4_output.c36 icmp_send(skb, ICMP_DEST_UNREACH, in xfrm4_tunnel_check_size()
Dip_vti.c219 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
326 case ICMP_DEST_UNREACH: in vti4_err()
340 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in vti4_err()
Dicmp.c284 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
811 case ICMP_DEST_UNREACH: in icmp_unreach()
1102 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
1125 [ICMP_DEST_UNREACH] = {
Dipip.c146 case ICMP_DEST_UNREACH: in ipip_err()
172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
Dah4.c450 case ICMP_DEST_UNREACH: in ah4_err()
464 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
Dip_gre.c164 case ICMP_DEST_UNREACH: in ipgre_err()
237 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_err()
424 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
Dip_input.c215 icmp_send(skb, ICMP_DEST_UNREACH, in ip_protocol_deliver_rcu()
Desp4.c797 case ICMP_DEST_UNREACH: in esp4_err()
811 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in esp4_err()
/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_ipv4.c116 [ICMP_DEST_UNREACH] in dump_ipv4_packet()
177 case ICMP_DEST_UNREACH: in dump_ipv4_packet()
189 if (ich->type == ICMP_DEST_UNREACH && in dump_ipv4_packet()
Dnf_reject_ipv4.c179 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
184 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
Dnf_socket_ipv4.c35 case ICMP_DEST_UNREACH: in extract_icmp4_fields()
/Linux-v5.4/include/uapi/linux/
Dicmp.h24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
/Linux-v5.4/net/rxrpc/
Dpeer_event.c195 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_error_report()
232 case ICMP_DEST_UNREACH: in rxrpc_store_error()
/Linux-v5.4/samples/bpf/
Dxdp_adjust_tail_kern.c93 icmp_hdr->type = ICMP_DEST_UNREACH; in send_icmp4_too_big()
/Linux-v5.4/net/xfrm/
Dxfrm_interface.c308 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
409 case ICMP_DEST_UNREACH: in xfrmi4_err()
429 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_icmp.c238 if (icmph->type != ICMP_DEST_UNREACH && in nf_conntrack_icmpv4_error()
Dxt_HMARK.c242 if (icmph->type != ICMP_DEST_UNREACH && in get_inner_hdr()
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_core.c680 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
970 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp()
1477 ICMP_DEST_UNREACH, in ip_vs_out()
1692 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp()
1806 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
/Linux-v5.4/net/sched/
Dact_nat.c209 if ((icmph->type != ICMP_DEST_UNREACH) && in tcf_nat_act()
/Linux-v5.4/net/bridge/netfilter/
Dnft_reject_bridge.c143 icmph->type = ICMP_DEST_UNREACH; in nft_reject_br_send_v4_unreach()
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c585 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
591 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
639 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1293 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()

12