tag
line
file
source code
expire
1180
net/ipv4/route.c
unsigned expire = RT_CACHE_TIMEOUT>>1;
expire
1192
net/ipv4/route.c
if (rth->rt_lastuse + expire*(rth->rt_refcnt+1) > now)
expire
1205
net/ipv4/route.c
expire >>= 1;