Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/ipv4/
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()
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()
A Dip_forward.c138 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
171 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
A Dipcomp.c31 case ICMP_DEST_UNREACH: in ipcomp4_err()
47 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ipcomp4_err()
A Dip_vti.c243 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()
A Dipip.c146 case ICMP_DEST_UNREACH: in ipip_err()
172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
A Dicmp.c281 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
875 case ICMP_DEST_UNREACH: in icmp_unreach()
1364 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
1387 [ICMP_DEST_UNREACH] = {
A Dah4.c450 case ICMP_DEST_UNREACH: in ah4_err()
465 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
A Draw.c210 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
236 case ICMP_DEST_UNREACH: in raw_err()
A Dip_gre.c166 case ICMP_DEST_UNREACH: in ipgre_err()
239 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_err()
451 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
A Dip_input.c216 icmp_send(skb, ICMP_DEST_UNREACH, in ip_protocol_deliver_rcu()
A Desp4.c977 case ICMP_DEST_UNREACH: in esp4_err()
992 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in esp4_err()
/linux-6.3-rc2/include/linux/
A Dicmp.h28 case ICMP_DEST_UNREACH: in icmp_is_err()
/linux-6.3-rc2/net/ipv4/netfilter/
A Dnf_reject_ipv4.c124 icmph->type = ICMP_DEST_UNREACH; in nf_reject_skb_v4_unreach()
329 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
334 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
/linux-6.3-rc2/include/uapi/linux/
A Dicmp.h27 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
/linux-6.3-rc2/samples/bpf/
A Dxdp_adjust_tail_kern.c96 icmp_hdr->type = ICMP_DEST_UNREACH; in send_icmp4_too_big()
/linux-6.3-rc2/net/netfilter/
A Dnf_log_syslog.c378 [ICMP_DEST_UNREACH] = 8 + sizeof(struct iphdr), in dump_ipv4_packet()
436 case ICMP_DEST_UNREACH: in dump_ipv4_packet()
448 if (ich->type == ICMP_DEST_UNREACH && in dump_ipv4_packet()
/linux-6.3-rc2/net/rxrpc/
A Dpeer_event.c158 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_input_error()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_interface_core.c497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
618 case ICMP_DEST_UNREACH: in xfrmi4_err()
639 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_core.c668 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()
1462 ICMP_DEST_UNREACH, in ip_vs_out_hook()
1623 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp()
1740 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c226 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
/linux-6.3-rc2/net/sctp/
A Dinput.c559 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-6.3-rc2/net/ipv6/
A Dip6_tunnel.c584 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()
1391 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_l4lb.c265 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()
A Dtest_l4lb_noinline.c264 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()

Completed in 45 milliseconds

12