Lines Matching defs:rh
53 struct rthash *rh;
105 for (rh = net_hashes[i];
106 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) {
107 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh;
160 struct rthash *rh;
170 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ];
171 rh++) {
172 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh;