taglinefilesource code
rthp1041net/ipv4/route.cstruct rtable *rth, **rthp;
rthp1048net/ipv4/route.crthp = &ip_rt_hash_table[i];
rthp1050net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1061net/ipv4/route.c*rthp = rth_next;
rthp1087net/ipv4/route.c*rthp = rth_next;
rthp1091net/ipv4/route.crthp = &rth_next->rt_next;
rthp1094net/ipv4/route.crthp = &rth->rt_next;
rthp1178net/ipv4/route.cstruct rtable * rth, **rthp;
rthp1187net/ipv4/route.cfor (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next)
rthp1193net/ipv4/route.c*rthp=rth->rt_next;
rthp1369net/ipv4/route.cstruct rtable  **rthp;
rthp1424net/ipv4/route.crthp = &rth->rt_next;
rthp1432net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1439net/ipv4/route.c*rthp = rth->rt_next;
rthp1449net/ipv4/route.crthp = &rth->rt_next;