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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c803 struct rtable *rth, **rthp; local
822 rthp = &rt_hash_table[i].chain;
829 if (*rthp == NULL)
833 while ((rth = *rthp) != NULL) {
836 *rthp = rth->dst.rt_next;
845 rthp = &rth->dst.rt_next;
861 *rthp = rth->dst.rt_next;
945 struct rtable *rth, **rthp; local
996 rthp = &rt_hash_table[k].chain;
998 while ((rth = *rthp) !
1079 struct rtable *rth, **rthp; local
1331 struct rtable **rthp, *aux; local
1353 struct rtable *rth, **rthp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c281 struct dn_route *rth, **rthp; local
284 rthp = &dn_rt_hash_table[hash].chain;
287 while((rth = *rthp) != NULL) {
290 *rthp = rth->dst.dn_next;
302 rthp = &rth->dst.dn_next;

Completed in 28 milliseconds