Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | icmp.c | 93 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err() 184 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_xrlim_allow() 430 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send() 733 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv() 975 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
|
D | xfrm6_output.c | 88 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
D | ipcomp6.c | 66 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
|
D | proc.c | 114 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
|
D | xfrm6_tunnel.c | 258 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
|
D | ip6_tunnel.c | 541 case ICMPV6_PKT_TOOBIG: in ip6_tnl_err() 549 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 596 case ICMPV6_PKT_TOOBIG: in ip4ip6_err() 1202 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6ip6_tnl_xmit()
|
D | ip6_vti.c | 477 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit() 590 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
|
D | esp6.c | 434 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
|
D | ah6.c | 654 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
|
D | ip6_output.c | 495 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward() 577 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
|
D | ip6_gre.c | 432 case ICMPV6_PKT_TOOBIG: in ip6gre_err() 853 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
|
D | tcp_ipv6.c | 356 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err() 387 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
D | raw.c | 337 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
|
D | udp.c | 555 if (type == ICMPV6_PKT_TOOBIG) { in __udp6_lib_err()
|
D | sit.c | 939 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipip6_tunnel_xmit()
|
/linux-4.1.27/include/uapi/linux/ |
D | icmpv6.h | 88 #define ICMPV6_PKT_TOOBIG 2 macro
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 256 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet() 267 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 174 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
|
/linux-4.1.27/net/dccp/ |
D | ipv6.c | 131 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
|
/linux-4.1.27/net/ipv4/ |
D | ip_tunnel.c | 630 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1397 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipoib_cm_skb_reap()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1300 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, localmtu); in vnet_start_xmit()
|