Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/uapi/linux/
Dicmpv6.h90 #define ICMPV6_PKT_TOOBIG 2 macro
/Linux-v6.6/include/linux/
Dicmpv6.h103 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
/Linux-v6.6/net/ipv6/
Dicmp.c81 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err()
490 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send()
955 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv()
1145 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
Dipcomp6.c54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
Dproc.c104 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
Dxfrm6_tunnel.c248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
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()
1395 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
Dip6_vti.c522 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
635 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
Dah6.c651 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
Dip6_gre.c470 case ICMPV6_PKT_TOOBIG: in ip6gre_err()
866 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
1083 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
Dip6_output.c629 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward()
1023 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
Dtcp_ipv6.c416 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err()
452 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
Draw.c307 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
Daf_inet6.c964 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
/Linux-v6.6/net/netfilter/
Dnf_log_syslog.c742 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet()
753 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
Dtest_l4lb_noinline.c242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
Dtest_l4lb_noinline_dynptr.c246 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
Dtest_cls_redirect.c780 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
Dtest_cls_redirect_dynptr.c676 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
/Linux-v6.6/net/sctp/
Dipv6.c135 case ICMPV6_PKT_TOOBIG: in sctp_v6_err_handle()
214 if (hdr->icmp6_type == ICMPV6_PKT_TOOBIG) in sctp_udp_v6_err()
/Linux-v6.6/net/xfrm/
Dxfrm_interface_core.c491 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2()
677 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
Dxfrm_output.c850 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
/Linux-v6.6/net/ipv4/
Dip_vti.c249 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
/Linux-v6.6/net/dccp/
Dipv6.c141 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()

12