taglinefilesource code
rthp972net/ipv4/route.cstruct rtable *rth, **rthp;
rthp979net/ipv4/route.crthp = &ip_rt_hash_table[i];
rthp981net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp992net/ipv4/route.c*rthp = rth_next;
rthp1018net/ipv4/route.c*rthp = rth_next;
rthp1022net/ipv4/route.crthp = &rth_next->rt_next;
rthp1025net/ipv4/route.crthp = &rth->rt_next;
rthp1109net/ipv4/route.cstruct rtable * rth, **rthp;
rthp1118net/ipv4/route.cfor (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next)
rthp1124net/ipv4/route.c*rthp=rth->rt_next;
rthp1300net/ipv4/route.cstruct rtable  **rthp;
rthp1355net/ipv4/route.crthp = &rth->rt_next;
rthp1363net/ipv4/route.cwhile ((rth = *rthp) != NULL)
rthp1370net/ipv4/route.c*rthp = rth->rt_next;
rthp1380net/ipv4/route.crthp = &rth->rt_next;