Searched refs:ICMP_FRAG_NEEDED (Results 1 – 25 of 35) sorted by relevance
12
/linux-6.3-rc2/include/uapi/linux/ |
A D | icmp.h | 47 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_forward.c | 138 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
|
A D | ipcomp.c | 32 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
|
A D | ip_vti.c | 243 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()
|
A D | icmp.c | 281 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 882 case ICMP_FRAG_NEEDED: in icmp_unreach() 1364 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
|
A D | raw.c | 210 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 240 if (code == ICMP_FRAG_NEEDED) { in raw_err()
|
A D | ipip.c | 172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
A D | ah4.c | 451 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
|
A D | ip_tunnel_core.c | 222 .code = ICMP_FRAG_NEEDED, in iptunnel_pmtud_build_icmp()
|
A D | esp4.c | 978 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
|
A D | ping.c | 562 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
|
A D | ip_tunnel.c | 511 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
|
/linux-6.3-rc2/samples/bpf/ |
A D | xdp_adjust_tail_kern.c | 97 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
|
/linux-6.3-rc2/net/rxrpc/ |
A D | peer_event.c | 159 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
|
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 562 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.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_l4lb.c | 266 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
A D | test_l4lb_noinline.c | 265 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
A D | test_cls_redirect.c | 733 if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) { in process_icmpv4()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_interface_core.c | 497 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 619 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
|
A D | xfrm_output.c | 798 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_tunnel.c | 591 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err() 638 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 1392 ICMP_FRAG_NEEDED, htonl(mtu)); in ipxip6_tnl_xmit()
|
A D | ip6_gre.c | 834 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4() 1077 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
|
A D | ip6_vti.c | 526 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_log_syslog.c | 449 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv4.c | 317 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
|
Completed in 55 milliseconds
12