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

/linux-master/include/uapi/linux/
H A Dxfrm.h72 __u64 soft_add_expires_seconds; member in struct:xfrm_lifetime_cfg
/linux-master/net/xfrm/
H A Dxfrm_compat.c15 compat_u64 soft_add_expires_seconds, hard_add_expires_seconds; member in struct:compat_xfrm_lifetime_cfg
H A Dxfrm_state.c606 if (x->lft.soft_add_expires_seconds) {
607 time64_t tmo = x->lft.soft_add_expires_seconds +
H A Dxfrm_policy.c361 if (xp->lft.soft_add_expires_seconds) {
362 time64_t tmo = xp->lft.soft_add_expires_seconds +
/linux-master/net/key/
H A Daf_key.c899 lifetime->sadb_lifetime_addtime = x->lft.soft_add_expires_seconds;
1148 x->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime;
2128 lifetime->sadb_lifetime_addtime = xp->lft.soft_add_expires_seconds;
2326 xp->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime;

Completed in 301 milliseconds