Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dicmp.c211 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_xrlim_allow()
290 if (type != ICMPV6_PKT_TOOBIG && in icmpv6_send()
552 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv()
710 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
Dip6_output.c251 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, dst->pmtu, skb->dev); in ip6_xmit()
805 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, dst->pmtu, skb->dev); in ip6_forward()
Dsit.c537 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, dev); in ipip6_tunnel_xmit()
Draw.c264 if (type == ICMPV6_PKT_TOOBIG) in rawv6_err()
Dtcp_ipv6.c766 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_LOG.c336 case ICMPV6_PKT_TOOBIG: in dump_packet()
347 if (icmp6h->icmp6_type == ICMPV6_PKT_TOOBIG) in dump_packet()
/linux-2.4.37.9/include/linux/
Dicmpv6.h77 #define ICMPV6_PKT_TOOBIG 2 macro
/linux-2.4.37.9/net/sctp/
Dipv6.c133 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
/linux-2.4.37.9/net/ipv4/
Dip_gre.c788 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, dev); in ipgre_tunnel_xmit()