taglinefilesource code
rth_next1052net/ipv4/route.cstruct rtable * rth_next = rth->rt_next;
rth_next1061net/ipv4/route.c*rthp = rth_next;
rth_next1072net/ipv4/route.cif (!rth_next)
rth_next1079net/ipv4/route.cif (rth->rt_lastuse + RT_CACHE_BUBBLE_THRESHOULD < rth_next->rt_lastuse ||
rth_next1080net/ipv4/route.c(rth->rt_lastuse < rth_next->rt_lastuse &&
rth_next1081net/ipv4/route.crth->rt_use < rth_next->rt_use))
rth_next1084net/ipv4/route.cprintk("rt_check_expire bubbled %02x@%08x<->%08x\n", i, rth->rt_dst, rth_next->rt_dst);
rth_next1087net/ipv4/route.c*rthp = rth_next;
rth_next1088net/ipv4/route.crth->rt_next = rth_next->rt_next;
rth_next1089net/ipv4/route.crth_next->rt_next = rth;
rth_next1091net/ipv4/route.crthp = &rth_next->rt_next;