Home
last modified time | relevance | path

Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 25 of 33) sorted by relevance

12

/linux/include/uapi/linux/
H A Dicmpv6.h90 #define ICMPV6_PKT_TOOBIG 2 macro
/linux/include/linux/
H A Dicmpv6.h103 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
/linux/net/ipv6/
H A Dicmp.c81 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 Dipcomp6.c54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
H A Dproc.c105 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
H A Dxfrm6_tunnel.c248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
H A Dip6_tunnel.c526 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 Dip6_vti.c517 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
630 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
H A Dah6.c648 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
H A Dip6_gre.c470 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 Dtcp_ipv6.c418 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 Daf_inet6.c969 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
H A Desp6.c1020 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
/linux/net/netfilter/
H A Dnf_log_syslog.c743 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 Dpeer_event.c171 serr->ee.ee_type == ICMPV6_PKT_TOOBIG && in rxrpc_input_error()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
H A Dtest_l4lb.c243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
H A Dtest_l4lb_noinline_dynptr.c246 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
H A Dtest_cls_redirect.c783 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
H A Dtest_cls_redirect_dynptr.c678 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
/linux/net/xfrm/
H A Dxfrm_interface_core.c490 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2()
676 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
H A Dxfrm_output.c861 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
/linux/net/ipv4/
H A Dip_vti.c252 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
H A Dip_tunnel_core.c316 .icmp6_type = ICMPV6_PKT_TOOBIG, in iptunnel_pmtud_build_icmpv6()
/linux/net/dccp/
H A Dipv6.c142 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()

12