taglinefilesource code
rth_next1063net/ipv4/route.cstruct rtable * rth_next = rth->rt_next;
rth_next1072net/ipv4/route.c*rthp = rth_next;
rth_next1083net/ipv4/route.cif (!rth_next)
rth_next1090net/ipv4/route.cif (rth->rt_lastuse + RT_CACHE_BUBBLE_THRESHOULD < rth_next->rt_lastuse ||
rth_next1091net/ipv4/route.c(rth->rt_lastuse < rth_next->rt_lastuse &&
rth_next1092net/ipv4/route.crth->rt_use < rth_next->rt_use))
rth_next1095net/ipv4/route.cprintk("rt_check_expire bubbled %02x@%08x<->%08x\n", i, rth->rt_dst, rth_next->rt_dst);
rth_next1098net/ipv4/route.c*rthp = rth_next;
rth_next1099net/ipv4/route.crth->rt_next = rth_next->rt_next;
rth_next1100net/ipv4/route.crth_next->rt_next = rth;
rth_next1102net/ipv4/route.crthp = &rth_next->rt_next;