Lines Matching defs:lifetime
1177 CLEANUP_PREFIX_RT_EXPIRE, /* update the lifetime of the prefix route */
1186 * prefix is managed by its own lifetime.
1193 * 6) otherwise, update prefix lifetime to the
1194 * longest valid lifetime among the corresponding
1196 * Note: subsequent RA will update lifetime.
1203 unsigned long lifetime;
1222 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
1225 * not permanent, lifetime <
1228 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
1229 *expires = ifa->tstamp + lifetime * HZ;
2525 * If a received option will extend the lifetime of a public
2639 /* update lifetime (RFC2462 5.5.3 e) */
2652 * "Note that the preferred lifetime of the
2656 * whether the valid lifetime is also reset or
2718 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
2930 /* check the lifetime */