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

/linux-master/net/ipv6/
H A Daddrconf.c2701 u32 stored_lft; local
2707 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2709 stored_lft = 0;
2721 update_lft = !create && stored_lft;
2725 stored_lft, MIN_VALID_LIFETIME);

Completed in 262 milliseconds