Home
last modified time | relevance | path

Searched refs:ICMP_FRAG_NEEDED (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.6.21/include/uapi/linux/
Dicmp.h47 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/linux-6.6.21/net/ipv4/
Dip_forward.c137 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
Dipcomp.c32 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
Dip_vti.c243 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
352 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
Dicmp.c281 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
887 case ICMP_FRAG_NEEDED: in icmp_unreach()
1369 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
Draw.c210 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
241 if (code == ICMP_FRAG_NEEDED) { in raw_err()
Dipip.c172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
Dah4.c451 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
Dping.c552 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
Dip_tunnel_core.c222 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
Desp4.c980 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
/linux-6.6.21/samples/bpf/
Dxdp_adjust_tail_kern.c97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
/linux-6.6.21/net/rxrpc/
Dpeer_event.c159 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
/linux-6.6.21/net/sctp/
Dinput.c562 if (code == ICMP_FRAG_NEEDED) { in sctp_v4_err_handle()
660 if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED) in sctp_udp_v4_err()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_l4lb_noinline.c265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
Dtest_l4lb.c266 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
Dtest_l4lb_noinline_dynptr.c271 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
Dtest_cls_redirect_dynptr.c625 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
Dtest_cls_redirect.c733 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
/linux-6.6.21/net/xfrm/
Dxfrm_interface_core.c497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
618 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
Dxfrm_output.c799 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
/linux-6.6.21/net/ipv6/
Dip6_tunnel.c591 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
638 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1407 ICMP_FRAG_NEEDED, htonl(mtu)); in ipxip6_tnl_xmit()
Dip6_gre.c834 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1081 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
/linux-6.6.21/net/dccp/
Dipv4.c316 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/linux-6.6.21/net/netfilter/
Dnf_log_syslog.c450 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()

12