Lines Matching refs:hops
1060 int hops;
1067 hops = ihdr->rt_hdr.hdrlen >> 1;
1069 if (hops > 1)
1071 (hops - 1) * sizeof(struct in6_addr));
1073 phdr->addr[hops - 1] = **addr_p;
1085 int plen, hops;
1093 hops = sr_ihdr->first_segment + 1;
1095 (hops - 1) * sizeof(struct in6_addr));
1100 if (sr_ihdr->hdrlen > hops * 2) {
1103 tlvs_offset = (1 + hops * 2) << 3;
1104 tlvs_length = (sr_ihdr->hdrlen - hops * 2) << 3;