Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
A Dicmpv6.h90 #define ICMPV6_PKT_TOOBIG 2 macro
/linux/include/linux/
A Dicmpv6.h98 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
/linux/net/ipv6/
A Dicmp.c91 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err()
493 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send()
942 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv()
1165 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
A Dipcomp6.c54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
A Dproc.c103 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
A Dxfrm6_tunnel.c248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
A Dip6_tunnel.c528 case ICMPV6_PKT_TOOBIG: { in ip6_tnl_err()
538 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
589 case ICMPV6_PKT_TOOBIG: in ip4ip6_err()
1392 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
A Dip6_vti.c523 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
637 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
A Dah6.c654 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
A Dip6_gre.c475 case ICMPV6_PKT_TOOBIG: in ip6gre_err()
839 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
1068 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
A Dip6_output.c595 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward()
982 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
A Dtcp_ipv6.c411 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err()
447 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
A Daf_inet6.c951 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
A Desp6.c1028 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
A Draw.c340 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
/linux/net/xfrm/
A Dxfrm_interface.c307 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2()
492 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
A Dxfrm_output.c819 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
/linux/net/netfilter/
A Dnf_log_syslog.c737 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet()
748 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_l4lb_noinline.c242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
A Dtest_l4lb.c243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
A Dtest_cls_redirect.c780 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
/linux/net/sctp/
A 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/net/ipv4/
A Dip_vti.c249 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
A Dip_tunnel_core.c315 .icmp6_type = ICMPV6_PKT_TOOBIG, in iptunnel_pmtud_build_icmpv6()
/linux/net/dccp/
A Dipv6.c141 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()

Completed in 76 milliseconds

12