/linux/include/uapi/linux/ |
H A D | icmpv6.h | 90 #define ICMPV6_PKT_TOOBIG 2 macro
|
/linux/include/linux/ |
H A D | icmpv6.h | 103 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
|
/linux/net/ipv6/ |
H A D | icmp.c | 81 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err() 498 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send() 967 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv() 1157 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
|
H A D | ipcomp6.c | 54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
|
H A D | proc.c | 105 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
|
H A D | xfrm6_tunnel.c | 248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
|
H A D | ip6_tunnel.c | 526 case ICMPV6_PKT_TOOBIG: { in ip6_tnl_err() 536 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 587 case ICMPV6_PKT_TOOBIG: in ip4ip6_err() 1412 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
|
H A D | ip6_vti.c | 517 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit() 630 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
|
H A D | ah6.c | 648 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
|
H A D | ip6_gre.c | 470 case ICMPV6_PKT_TOOBIG: in ip6gre_err() 877 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6() 1099 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
|
H A D | tcp_ipv6.c | 418 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err() 454 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
H A D | af_inet6.c | 969 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
|
H A D | esp6.c | 1020 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
|
/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 743 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet() 754 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
|
/linux/net/rxrpc/ |
H A D | peer_event.c | 171 serr->ee.ee_type == ICMPV6_PKT_TOOBIG && in rxrpc_input_error()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline.c | 242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
H A D | test_l4lb.c | 243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
H A D | test_l4lb_noinline_dynptr.c | 246 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
H A D | test_cls_redirect.c | 783 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
|
H A D | test_cls_redirect_dynptr.c | 678 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
|
/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 490 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2() 676 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
|
H A D | xfrm_output.c | 861 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
/linux/net/ipv4/ |
H A D | ip_vti.c | 252 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
|
H A D | ip_tunnel_core.c | 316 .icmp6_type = ICMPV6_PKT_TOOBIG, in iptunnel_pmtud_build_icmpv6()
|
/linux/net/dccp/ |
H A D | ipv6.c | 142 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
|