Symbol: ICMP_FRAG_NEEDED
drivers/infiniband/ulp/ipoib/ipoib_cm.c
1440
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
drivers/net/ethernet/sun/sunvnet_common.c
1355
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
drivers/net/gtp.c
1096
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv4/ah4.c
448
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/esp4.c
943
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/icmp.c
1132
case ICMP_FRAG_NEEDED:
net/ipv4/icmp.c
1631
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
net/ipv4/icmp.c
284
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
net/ipv4/ip_forward.c
137
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv4/ip_gre.c
244
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
net/ipv4/ip_output.c
589
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv4/ip_tunnel.c
539
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
net/ipv4/ip_tunnel_core.c
243
.code = ICMP_FRAG_NEEDED,
net/ipv4/ip_vti.c
246
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv4/ip_vti.c
358
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/ipcomp.c
32
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/ipip.c
175
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
net/ipv4/ping.c
553
if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */
net/ipv4/raw.c
217
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
net/ipv4/raw.c
248
if (code == ICMP_FRAG_NEEDED) {
net/ipv4/tcp_ao.c
72
if (code < ICMP_PROT_UNREACH || code > ICMP_FRAG_NEEDED)
net/ipv4/tcp_ipv4.c
543
if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED))
net/ipv4/tcp_ipv4.c
582
if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */
net/ipv4/udp.c
982
if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */
net/ipv6/ip6_gre.c
1070
ICMP_FRAG_NEEDED, htonl(mtu));
net/ipv6/ip6_gre.c
815
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv6/ip6_tunnel.c
1413
ICMP_FRAG_NEEDED, htonl(mtu));
net/ipv6/ip6_tunnel.c
591
rel_code = ICMP_FRAG_NEEDED;
net/ipv6/ip6_tunnel.c
645
if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
net/ipv6/ip6_vti.c
521
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv6/sit.c
573
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
net/netfilter/ipvs/ip_vs_core.c
1735
ic->code == ICMP_FRAG_NEEDED) {
net/netfilter/ipvs/ip_vs_xmit.c
237
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/netfilter/nf_log_syslog.c
452
ich->code == ICMP_FRAG_NEEDED) {
net/rxrpc/peer_event.c
165
serr->ee.ee_code == ICMP_FRAG_NEEDED)) {
net/sctp/input.c
562
if (code == ICMP_FRAG_NEEDED) {
net/sctp/input.c
660
if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED)
net/xfrm/xfrm_interface_core.c
495
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/xfrm/xfrm_interface_core.c
616
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/xfrm/xfrm_iptfs.c
1819
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(pmtu));
net/xfrm/xfrm_output.c
854
ICMP_FRAG_NEEDED, htonl(mtu));
samples/bpf/xdp_adjust_tail_kern.c
98
icmp_hdr->code = ICMP_FRAG_NEEDED;
tools/testing/selftests/bpf/progs/test_cls_redirect.c
734
if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) {
tools/testing/selftests/bpf/progs/test_cls_redirect_dynptr.c
627
if (icmp.type != ICMP_DEST_UNREACH || icmp.code != ICMP_FRAG_NEEDED) {
tools/testing/selftests/bpf/progs/test_l4lb.c
266
icmp_hdr->code != ICMP_FRAG_NEEDED)
tools/testing/selftests/bpf/progs/test_l4lb_noinline.c
265
icmp_hdr->code != ICMP_FRAG_NEEDED)
tools/testing/selftests/bpf/progs/test_l4lb_noinline_dynptr.c
271
icmp_hdr->code != ICMP_FRAG_NEEDED)
tools/testing/selftests/net/tcp_ao/icmps-accept.c
204
if (code == ICMP_FRAG_NEEDED) {
tools/testing/selftests/net/tcp_ao/icmps-accept.c
379
icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
tools/testing/selftests/net/tcp_ao/icmps-discard.c
204
if (code == ICMP_FRAG_NEEDED) {
tools/testing/selftests/net/tcp_ao/icmps-discard.c
379
icmp_interfere4(ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,