Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.3-rc2/include/uapi/linux/ |
A D | icmpv6.h | 90 #define ICMPV6_PKT_TOOBIG 2 macro
|
/linux-6.3-rc2/include/linux/ |
A D | icmpv6.h | 105 case ICMPV6_PKT_TOOBIG: in icmpv6_is_err()
|
/linux-6.3-rc2/net/ipv6/ |
A D | icmp.c | 81 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err() 486 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send() 951 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv() 1143 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
|
A D | ipcomp6.c | 54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
|
A D | proc.c | 104 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
|
A D | xfrm6_tunnel.c | 248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
|
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() 1395 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
|
A D | ip6_vti.c | 522 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit() 635 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
|
A D | ah6.c | 651 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
|
A D | ip6_gre.c | 470 case ICMPV6_PKT_TOOBIG: in ip6gre_err() 866 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6() 1079 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
|
A D | ip6_output.c | 629 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward() 1023 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
|
A D | tcp_ipv6.c | 420 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err() 456 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
A D | af_inet6.c | 961 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
|
A D | raw.c | 311 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
|
A D | esp6.c | 1025 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_log_syslog.c | 742 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet() 753 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_l4lb.c | 243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
A D | test_l4lb_noinline.c | 242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
A D | test_cls_redirect.c | 780 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_interface_core.c | 491 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2() 678 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
|
A D | xfrm_output.c | 849 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
/linux-6.3-rc2/net/sctp/ |
A D | ipv6.c | 135 case ICMPV6_PKT_TOOBIG: in sctp_v6_err_handle() 214 if (hdr->icmp6_type == ICMPV6_PKT_TOOBIG) in sctp_udp_v6_err()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_vti.c | 249 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
|
A D | ip_tunnel_core.c | 315 .icmp6_type = ICMPV6_PKT_TOOBIG, in iptunnel_pmtud_build_icmpv6()
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv6.c | 141 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
|
Completed in 55 milliseconds
12