Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dicmp.c94 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err()
185 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_xrlim_allow()
431 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send()
740 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv()
969 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
Dxfrm6_output.c89 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
Dipcomp6.c66 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
Dxfrm6_tunnel.c258 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
Dproc.c114 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
Dip6_tunnel.c600 case ICMPV6_PKT_TOOBIG: in ip6_tnl_err()
608 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
655 case ICMPV6_PKT_TOOBIG: in ip4ip6_err()
1260 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6ip6_tnl_xmit()
Dip6_vti.c477 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
590 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
Desp6.c467 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
Dah6.c656 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
Dip6_output.c508 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward()
839 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
Dip6_gre.c432 case ICMPV6_PKT_TOOBIG: in ip6gre_err()
850 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
Dtcp_ipv6.c355 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err()
386 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
Draw.c338 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
Dudp.c558 if (type == ICMPV6_PKT_TOOBIG) { in __udp6_lib_err()
Dsit.c939 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipip6_tunnel_xmit()
/linux-4.4.14/include/uapi/linux/
Dicmpv6.h88 #define ICMPV6_PKT_TOOBIG 2 macro
/linux-4.4.14/net/ipv6/netfilter/
Dnf_log_ipv6.c256 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet()
267 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
/linux-4.4.14/net/dccp/
Dipv6.c131 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
/linux-4.4.14/net/sctp/
Dipv6.c174 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
/linux-4.4.14/net/ipv4/
Dip_tunnel.c641 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c229 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1393 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipoib_cm_skb_reap()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1300 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, localmtu); in vnet_start_xmit()