Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/uapi/linux/
Dicmp.h44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
/Linux-v4.19/net/ipv4/
Dxfrm4_output.c41 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
Dip_forward.c125 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
Dipcomp.c36 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
Dicmp.c289 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow()
816 case ICMP_FRAG_NEEDED: in icmp_unreach()
1100 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
Dip_vti.c205 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit()
307 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
Draw.c238 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err()
270 if (code == ICMP_FRAG_NEEDED) { in raw_err()
Dipip.c177 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
Dah4.c450 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
Desp4.c809 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
Dping.c544 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
Dtcp_ipv4.c471 if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)) in tcp_v4_err()
508 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
/Linux-v4.19/samples/bpf/
Dxdp_adjust_tail_kern.c94 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c193 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
/Linux-v4.19/net/rxrpc/
Dpeer_event.c186 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
/Linux-v4.19/net/xfrm/
Dxfrm_interface.c353 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2()
455 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_l4lb_noinline.c268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
Dtest_l4lb.c268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c597 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
644 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
1302 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()
Dip6_vti.c493 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
Dip6_gre.c811 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
1064 ICMP_FRAG_NEEDED, htonl(mtu)); in ip6erspan_tunnel_xmit()
/Linux-v4.19/net/dccp/
Dipv4.c305 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
/Linux-v4.19/net/sctp/
Dinput.c617 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_xmit.c246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
/Linux-v4.19/drivers/net/
Dgtp.c541 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()

12