tag | line | file | source code |
rth_next | 1059 | net/ipv4/route.c | struct rtable * rth_next = rth->rt_next; |
rth_next | 1068 | net/ipv4/route.c | *rthp = rth_next; |
rth_next | 1079 | net/ipv4/route.c | if (!rth_next) |
rth_next | 1086 | net/ipv4/route.c | if (rth->rt_lastuse + RT_CACHE_BUBBLE_THRESHOULD < rth_next->rt_lastuse || |
rth_next | 1087 | net/ipv4/route.c | (rth->rt_lastuse < rth_next->rt_lastuse && |
rth_next | 1088 | net/ipv4/route.c | rth->rt_use < rth_next->rt_use)) |
rth_next | 1091 | net/ipv4/route.c | printk("rt_check_expire bubbled %02x@%08x<->%08x\n", i, rth->rt_dst, rth_next->rt_dst); |
rth_next | 1094 | net/ipv4/route.c | *rthp = rth_next; |
rth_next | 1095 | net/ipv4/route.c | rth->rt_next = rth_next->rt_next; |
rth_next | 1096 | net/ipv4/route.c | rth_next->rt_next = rth; |
rth_next | 1098 | net/ipv4/route.c | rthp = &rth_next->rt_next; |