Searched refs:ICMPV6_PKT_TOOBIG (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/include/uapi/linux/
H A Dicmpv6.h90 #define ICMPV6_PKT_TOOBIG 2 macro
/linux-master/include/linux/
H A Dicmpv6.h103 case ICMPV6_PKT_TOOBIG:
/linux-master/net/ipv6/
H A Dipcomp6.c54 if (type != ICMPV6_PKT_TOOBIG &&
H A Dicmp.c81 if (type == ICMPV6_PKT_TOOBIG)
490 if (type != ICMPV6_PKT_TOOBIG &&
955 case ICMPV6_PKT_TOOBIG:
1145 case ICMPV6_PKT_TOOBIG:
H A Dproc.c105 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
H A Dxfrm6_tunnel.c248 case ICMPV6_PKT_TOOBIG:
H A Dah6.c648 if (type != ICMPV6_PKT_TOOBIG &&
H A Dip6_tunnel.c525 case ICMPV6_PKT_TOOBIG: {
535 rel_type = ICMPV6_PKT_TOOBIG;
586 case ICMPV6_PKT_TOOBIG:
1409 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
H A Dip6_vti.c522 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
635 if (type != ICMPV6_PKT_TOOBIG &&
H A Dip6_gre.c470 case ICMPV6_PKT_TOOBIG:
869 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
1086 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
H A Dtcp_ipv6.c418 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG)
454 if (type == ICMPV6_PKT_TOOBIG) {
H A Dip6_output.c640 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
1033 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
/linux-master/net/netfilter/
H A Dnf_log_syslog.c743 case ICMPV6_PKT_TOOBIG:
754 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb.c243 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
H A Dtest_l4lb_noinline.c242 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
H A Dtest_l4lb_noinline_dynptr.c246 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
H A Dtest_cls_redirect.c783 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) {
H A Dtest_cls_redirect_dynptr.c678 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) {
/linux-master/net/sctp/
H A Dipv6.c134 case ICMPV6_PKT_TOOBIG:
212 if (hdr->icmp6_type == ICMPV6_PKT_TOOBIG)
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c490 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
676 if (type != ICMPV6_PKT_TOOBIG &&
H A Dxfrm_output.c854 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
/linux-master/net/dccp/
H A Dipv6.c141 if (type == ICMPV6_PKT_TOOBIG) {
/linux-master/net/ipv4/
H A Dip_vti.c249 icmpv6_ndo_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
H A Dip_tunnel_core.c315 .icmp6_type = ICMPV6_PKT_TOOBIG,
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);

Completed in 225 milliseconds

12