Symbol: ICMPV6_PKT_TOOBIG
drivers/infiniband/ulp/ipoib/ipoib_cm.c
1445
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
drivers/net/ethernet/sun/sunvnet_common.c
1359
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, localmtu);
drivers/net/gtp.c
1155
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
include/linux/icmpv6.h
78
case ICMPV6_PKT_TOOBIG:
net/ipv4/ip_tunnel.c
563
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv4/ip_tunnel_core.c
345
.icmp6_type = ICMPV6_PKT_TOOBIG,
net/ipv4/ip_vti.c
252
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/af_inet6.c
939
bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1);
net/ipv6/ah6.c
670
if (type != ICMPV6_PKT_TOOBIG &&
net/ipv6/esp6.c
990
if (type != ICMPV6_PKT_TOOBIG &&
net/ipv6/icmp.c
1169
case ICMPV6_PKT_TOOBIG:
net/ipv6/icmp.c
1354
case ICMPV6_PKT_TOOBIG:
net/ipv6/icmp.c
687
if (type != ICMPV6_PKT_TOOBIG &&
net/ipv6/icmp.c
81
if (type == ICMPV6_PKT_TOOBIG)
net/ipv6/ip6_gre.c
1073
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_gre.c
439
case ICMPV6_PKT_TOOBIG:
net/ipv6/ip6_gre.c
849
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_output.c
1068
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_output.c
670
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_tunnel.c
1424
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_tunnel.c
533
case ICMPV6_PKT_TOOBIG: {
net/ipv6/ip6_tunnel.c
543
rel_type = ICMPV6_PKT_TOOBIG;
net/ipv6/ip6_tunnel.c
594
case ICMPV6_PKT_TOOBIG:
net/ipv6/ip6_vti.c
519
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/ip6_vti.c
632
if (type != ICMPV6_PKT_TOOBIG &&
net/ipv6/ipcomp6.c
54
if (type != ICMPV6_PKT_TOOBIG &&
net/ipv6/proc.c
127
CASE(ICMPV6_PKT_TOOBIG, "PktTooBigs")
net/ipv6/raw.c
315
if (type == ICMPV6_PKT_TOOBIG) {
net/ipv6/sit.c
984
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/ipv6/tcp_ipv6.c
446
if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG)
net/ipv6/tcp_ipv6.c
482
if (type == ICMPV6_PKT_TOOBIG) {
net/ipv6/udp.c
733
if (type == ICMPV6_PKT_TOOBIG) {
net/ipv6/xfrm6_tunnel.c
248
case ICMPV6_PKT_TOOBIG:
net/netfilter/ipvs/ip_vs_xmit.c
231
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/netfilter/nf_log_syslog.c
756
case ICMPV6_PKT_TOOBIG:
net/netfilter/nf_log_syslog.c
767
if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) {
net/rxrpc/peer_event.c
171
serr->ee.ee_type == ICMPV6_PKT_TOOBIG &&
net/sctp/ipv6.c
134
case ICMPV6_PKT_TOOBIG:
net/sctp/ipv6.c
212
if (hdr->icmp6_type == ICMPV6_PKT_TOOBIG)
net/xfrm/xfrm_interface_core.c
489
icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/xfrm/xfrm_interface_core.c
675
if (type != ICMPV6_PKT_TOOBIG &&
net/xfrm/xfrm_iptfs.c
1824
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, pmtu);
net/xfrm/xfrm_output.c
914
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
net/xfrm/xfrm_policy.c
3562
fl6->fl6_icmp_type == ICMPV6_PKT_TOOBIG ||
tools/testing/selftests/bpf/progs/test_cls_redirect.c
781
if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) {
tools/testing/selftests/bpf/progs/test_cls_redirect_dynptr.c
678
if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) {
tools/testing/selftests/bpf/progs/test_l4lb.c
243
if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
tools/testing/selftests/bpf/progs/test_l4lb_noinline.c
242
if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
tools/testing/selftests/bpf/progs/test_l4lb_noinline_dynptr.c
246
if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)