taglinefilesource code
rthp1048net/ipv4/route.cstruct rtable *rth, **rthp;
rthp1055net/ipv4/route.crthp = &ip_rt_hash_table[i];
rthp1057net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1068net/ipv4/route.c*rthp = rth_next;
rthp1094net/ipv4/route.c*rthp = rth_next;
rthp1098net/ipv4/route.crthp = &rth_next->rt_next;
rthp1101net/ipv4/route.crthp = &rth->rt_next;
rthp1185net/ipv4/route.cstruct rtable * rth, **rthp;
rthp1194net/ipv4/route.cfor (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next)
rthp1200net/ipv4/route.c*rthp=rth->rt_next;
rthp1376net/ipv4/route.cstruct rtable  **rthp;
rthp1431net/ipv4/route.crthp = &rth->rt_next;
rthp1439net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1446net/ipv4/route.c*rthp = rth->rt_next;
rthp1456net/ipv4/route.crthp = &rth->rt_next;