taglinefilesource code
rthp1052net/ipv4/route.cstruct rtable *rth, **rthp;
rthp1059net/ipv4/route.crthp = &ip_rt_hash_table[i];
rthp1061net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1072net/ipv4/route.c*rthp = rth_next;
rthp1098net/ipv4/route.c*rthp = rth_next;
rthp1102net/ipv4/route.crthp = &rth_next->rt_next;
rthp1105net/ipv4/route.crthp = &rth->rt_next;
rthp1189net/ipv4/route.cstruct rtable * rth, **rthp;
rthp1198net/ipv4/route.cfor (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next)
rthp1204net/ipv4/route.c*rthp=rth->rt_next;
rthp1380net/ipv4/route.cstruct rtable  **rthp;
rthp1435net/ipv4/route.crthp = &rth->rt_next;
rthp1443net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1450net/ipv4/route.c*rthp = rth->rt_next;
rthp1460net/ipv4/route.crthp = &rth->rt_next;