Lines Matching refs:hops
1084 int hops;
1091 hops = ihdr->rt_hdr.hdrlen >> 1;
1093 if (hops > 1)
1095 (hops - 1) * sizeof(struct in6_addr));
1097 phdr->addr[hops - 1] = **addr_p;
1109 int plen, hops;
1117 hops = sr_ihdr->first_segment + 1;
1119 (hops - 1) * sizeof(struct in6_addr));
1124 if (sr_ihdr->hdrlen > hops * 2) {
1127 tlvs_offset = (1 + hops * 2) << 3;
1128 tlvs_length = (sr_ihdr->hdrlen - hops * 2) << 3;