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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c584 struct rtable **rthp = chain_head; local
590 while ((rth = *rthp) != NULL) {
594 if (((*rthp)->u.dst.flags & DST_BALANCED) != 0 &&
595 compare_keys(&(*rthp)->fl, &expentry->fl)) {
596 if (*rthp == expentry) {
597 *rthp = rth->u.dst.rt_next;
600 *rthp = rth->u.dst.rt_next;
606 if (!((*rthp)->u.dst.flags & DST_BALANCED) &&
610 rthp = &rth->u.dst.rt_next;
628 struct rtable *rth, **rthp; local
786 struct rtable *rth, **rthp; local
924 struct rtable *rth, **rthp; local
1114 struct rtable **rthp; local
1133 struct rtable *rth, **rthp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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->u.dst.dn_next;
304 rthp = &rth->u.dst.dn_next;

Completed in 226 milliseconds