Searched refs:ICMP_FRAG_NEEDED (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v4.19/include/uapi/linux/ |
D | icmp.h | 44 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/Linux-v4.19/net/ipv4/ |
D | xfrm4_output.c | 41 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
D | ip_forward.c | 125 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
|
D | ipcomp.c | 36 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
|
D | icmp.c | 289 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()
|
D | ip_vti.c | 205 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit() 307 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
|
D | raw.c | 238 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 270 if (code == ICMP_FRAG_NEEDED) { in raw_err()
|
D | ipip.c | 177 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
D | ah4.c | 450 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
|
D | esp4.c | 809 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
|
D | ping.c | 544 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
|
D | tcp_ipv4.c | 471 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/ |
D | xdp_adjust_tail_kern.c | 94 icmp_hdr->code = ICMP_FRAG_NEEDED; in send_icmp4_too_big()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 193 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
|
/Linux-v4.19/net/rxrpc/ |
D | peer_event.c | 186 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_error_report()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_interface.c | 353 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/ |
D | test_l4lb_noinline.c | 268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
D | test_l4lb.c | 268 icmp_hdr->code != ICMP_FRAG_NEEDED) in parse_icmp()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_tunnel.c | 597 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()
|
D | ip6_vti.c | 493 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
|
D | ip6_gre.c | 811 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/ |
D | ipv4.c | 305 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
|
/Linux-v4.19/net/sctp/ |
D | input.c | 617 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
|
/Linux-v4.19/drivers/net/ |
D | gtp.c | 541 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in gtp_build_skb_ip4()
|
12