Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_tunnel.c485 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local
545 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
553 *type = rel_type; in ip6_tnl_err()
568 u8 rel_type = type; in ip4ip6_err() local
577 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
585 switch (rel_type) { in ip4ip6_err()
589 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
595 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
599 rel_type = ICMP_REDIRECT; in ip4ip6_err()
653 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
[all …]