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
1097
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv4/ah4.c
458
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/esp4.c
949
if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED)
net/ipv4/icmp.c
1147
case ICMP_FRAG_NEEDED:
net/ipv4/icmp.c
1637
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
net/ipv4/icmp.c
283
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
588
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
242
.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
547
if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */
net/ipv4/raw.c
223
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
net/ipv4/raw.c
254
if (code == ICMP_FRAG_NEEDED) {
net/ipv4/tcp_ao.c
175
if (code < ICMP_PROT_UNREACH || code > ICMP_FRAG_NEEDED)
net/ipv4/tcp_ipv4.c
538
if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED))
net/ipv4/tcp_ipv4.c
577
if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */
net/ipv4/udp.c
963
if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */
net/ipv6/ip6_gre.c
1071
ICMP_FRAG_NEEDED, htonl(mtu));
net/ipv6/ip6_gre.c
816
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv6/ip6_tunnel.c
1421
ICMP_FRAG_NEEDED, htonl(mtu));
net/ipv6/ip6_tunnel.c
598
rel_code = ICMP_FRAG_NEEDED;
net/ipv6/ip6_tunnel.c
652
if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
net/ipv6/ip6_vti.c
523
icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/ipv6/sit.c
574
if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
net/netfilter/ipvs/ip_vs_core.c
1914
ic->code == ICMP_FRAG_NEEDED) {
net/netfilter/ipvs/ip_vs_xmit.c
248
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
net/netfilter/nf_log_syslog.c
463
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
1822
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(pmtu));
net/xfrm/xfrm_output.c
861
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,