Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | icmp.c | 211 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()
|
D | ip6_output.c | 251 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()
|
D | sit.c | 537 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, dev); in ipip6_tunnel_xmit()
|
D | raw.c | 264 if (type == ICMPV6_PKT_TOOBIG) in rawv6_err()
|
D | tcp_ipv6.c | 766 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_LOG.c | 336 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/ |
D | icmpv6.h | 77 #define ICMPV6_PKT_TOOBIG 2 macro
|
/linux-2.4.37.9/net/sctp/ |
D | ipv6.c | 133 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_gre.c | 788 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, dev); in ipgre_tunnel_xmit()
|