Searched refs:rtin (Results 1 – 1 of 1) sorted by relevance
115 struct ip6_rthdr0 *rtin, *rtout; in inet6_rth_reverse() local121 rtin = (struct ip6_rthdr0 *)in; in inet6_rth_reverse()124 if (rtout->ip6r0_type != 0 || rtin->ip6r0_type != 0 || in inet6_rth_reverse()126 rtin->ip6r0_len > MAX_RTHDR0_SEGMENTS * 2 || in inet6_rth_reverse()127 rtout->ip6r0_len != rtin->ip6r0_len) in inet6_rth_reverse()130 segments = rtin->ip6r0_len / 2; in inet6_rth_reverse()132 rtin_addrs = (struct in6_addr *)((char *)rtin + sizeof (*rtin)); in inet6_rth_reverse()