Lines Matching defs:lifetime
1208 CLEANUP_PREFIX_RT_EXPIRE, /* update the lifetime of the prefix route */
1217 * prefix is managed by its own lifetime.
1224 * 6) otherwise, update prefix lifetime to the
1225 * longest valid lifetime among the corresponding
1227 * Note: subsequent RA will update lifetime.
1234 unsigned long lifetime;
1253 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
1256 * not permanent, lifetime <
1259 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
1260 *expires = ifa->tstamp + lifetime * HZ;
2553 * If a received option will extend the lifetime of a public
2668 /* update lifetime (RFC2462 5.5.3 e) */
2681 * "Note that the preferred lifetime of the
2685 * whether the valid lifetime is also reset or
2747 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
2961 /* check the lifetime */
2963 NL_SET_ERR_MSG_MOD(extack, "address lifetime invalid");