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

/linux-master/include/uapi/linux/
H A Dxfrm.h73 __u64 hard_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.c579 if (x->lft.hard_add_expires_seconds) {
580 time64_t tmo = x->lft.hard_add_expires_seconds +
589 tmo = x->lft.hard_add_expires_seconds - x->saved_tmo;
1315 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires;
1553 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires;
H A Dxfrm_policy.c345 if (xp->lft.hard_add_expires_seconds) {
346 time64_t tmo = xp->lft.hard_add_expires_seconds +
/linux-master/net/key/
H A Daf_key.c888 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds;
1141 x->lft.hard_add_expires_seconds = lifetime->sadb_lifetime_addtime;
2119 lifetime->sadb_lifetime_addtime = xp->lft.hard_add_expires_seconds;
2320 xp->lft.hard_add_expires_seconds = lifetime->sadb_lifetime_addtime;

Completed in 199 milliseconds