taglinefilesource code
rtp978net/ipv4/route.cstruct rtable *rt, **rtp;
rtp980net/ipv4/route.crtp = &rt_free_queue;
rtp982net/ipv4/route.cwhile ((rt = *rtp) != NULL)
rtp990net/ipv4/route.c*rtp = rt->rt_next;
rtp1005net/ipv4/route.crtp = &rt->rt_next;