taglinefilesource code
rthp1044net/ipv4/route.cstruct rtable *rth, **rthp;
rthp1051net/ipv4/route.crthp = &ip_rt_hash_table[i];
rthp1053net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1064net/ipv4/route.c*rthp = rth_next;
rthp1090net/ipv4/route.c*rthp = rth_next;
rthp1094net/ipv4/route.crthp = &rth_next->rt_next;
rthp1097net/ipv4/route.crthp = &rth->rt_next;
rthp1181net/ipv4/route.cstruct rtable * rth, **rthp;
rthp1190net/ipv4/route.cfor (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next)
rthp1196net/ipv4/route.c*rthp=rth->rt_next;
rthp1372net/ipv4/route.cstruct rtable  **rthp;
rthp1427net/ipv4/route.crthp = &rth->rt_next;
rthp1435net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1442net/ipv4/route.c*rthp = rth->rt_next;
rthp1452net/ipv4/route.crthp = &rth->rt_next;