Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/linux/
Dicmp.h44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/Linux-v5.4/net/ipv4/
Dxfrm4_output.c37 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dip_forward.c133 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()
Dicmp.c284 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
818 case ICMP_FRAG_NEEDED: in icmp_unreach()
1102 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
Dip_vti.c219 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
327 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
Draw.c233 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
265 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()
Desp4.c798 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
Dping.c539 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
Dtcp_ipv4.c470 if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)) in tcp_v4_err()
507 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
Dip_tunnel.c515 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
/Linux-v5.4/samples/bpf/
Dxdp_adjust_tail_kern.c94 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_ipv4.c190 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/Linux-v5.4/net/xfrm/
Dxfrm_interface.c308 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
410 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
/Linux-v5.4/net/rxrpc/
Dpeer_event.c196 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
Dtest_l4lb_noinline.c268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c592 rel_code = ICMP_FRAG_NEEDED; 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()
Dip6_vti.c490 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
Dip6_gre.c793 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1052 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
/Linux-v5.4/net/dccp/
Dipv4.c303 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/Linux-v5.4/net/sctp/
Dinput.c611 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
/Linux-v5.4/drivers/net/
Dgtp.c550 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()

12