Lines Matching defs:lifetime
1205 CLEANUP_PREFIX_RT_EXPIRE, /* update the lifetime of the prefix route */
1214 * prefix is managed by its own lifetime.
1221 * 6) otherwise, update prefix lifetime to the
1222 * longest valid lifetime among the corresponding
1224 * Note: subsequent RA will update lifetime.
1231 unsigned long lifetime;
1250 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
1253 * not permanent, lifetime <
1256 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
1257 *expires = ifa->tstamp + lifetime * HZ;
1446 * When creating a temporary address, the lifetime values MUST be
1455 * To comply with the RFC's requirements, clamp the preferred lifetime
2610 * If a received option will extend the lifetime of a public
2725 /* update lifetime (RFC2462 5.5.3 e) */
2734 * "Note that the preferred lifetime of the
2738 * whether the valid lifetime is also reset or
2807 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
5006 NL_SET_ERR_MSG_MOD(extack, "address lifetime invalid");