Searched refs:rel_code (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Dip6_tunnel.c468 u8 rel_code = ICMPV6_ADDR_UNREACH; local
536 rel_code = 0;
549 *code = rel_code;
567 u8 rel_code = code; local
571 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
581 if (rel_code != ICMPV6_ADDR_UNREACH)
584 rel_code = ICMP_HOST_UNREACH;
587 if (rel_code != 0)
590 rel_code = ICMP_FRAG_NEEDED;
637 if (rel_type == ICMP_DEST_UNREACH && rel_code
658 u8 rel_code = code; local
700 u8 rel_code = code; local
[all...]

Completed in 111 milliseconds