Searched refs:stored_lft (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Daddrconf.c2702 u32 stored_lft; local
2708 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2710 stored_lft = 0;
2722 update_lft = !create && stored_lft;
2726 stored_lft, MIN_VALID_LIFETIME);

Completed in 107 milliseconds