Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/
Dicmpv6.h84 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
/Linux-v5.10/net/ipv6/netfilter/
Dnf_log_ipv6.c253 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet()
264 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
/Linux-v5.10/include/uapi/linux/
Dicmpv6.h90 #define ICMPV6_PKT_TOOBIG 2 macro
/Linux-v5.10/net/ipv6/
Dicmp.c90 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err()
492 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send()
919 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv()
1142 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
Dipcomp6.c54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
Dproc.c103 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
Dxfrm6_tunnel.c248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
Dip6_tunnel.c560 case ICMPV6_PKT_TOOBIG: { in ip6_tnl_err()
570 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
621 case ICMPV6_PKT_TOOBIG: in ip4ip6_err()
1423 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
Dip6_vti.c523 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
635 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
Dah6.c654 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
Dip6_gre.c476 case ICMPV6_PKT_TOOBIG: in ip6gre_err()
840 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
1069 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
Dip6_output.c547 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward()
934 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
Daf_inet6.c945 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
Dtcp_ipv6.c402 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err()
435 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
Draw.c340 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
Desp6.c1027 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
/Linux-v5.10/net/xfrm/
Dxfrm_interface.c306 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2()
492 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
Dxfrm_output.c697 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c245 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_cls_redirect.c773 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
/Linux-v5.10/net/ipv4/
Dip_vti.c247 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
Dip_tunnel_core.c315 .icmp6_type = ICMPV6_PKT_TOOBIG, in iptunnel_pmtud_build_icmpv6()
/Linux-v5.10/net/dccp/
Dipv6.c134 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
/Linux-v5.10/net/sctp/
Dipv6.c159 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()

12