Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h71 __u64 soft_add_expires_seconds; member
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c15 compat_u64 soft_add_expires_seconds, hard_add_expires_seconds; member
H A Dxfrm_state.c608 if (x->lft.soft_add_expires_seconds) { in xfrm_timer_handler()
609 time64_t tmo = x->lft.soft_add_expires_seconds + in xfrm_timer_handler()
H A Dxfrm_policy.c366 if (xp->lft.soft_add_expires_seconds) { in xfrm_policy_timer()
367 time64_t tmo = xp->lft.soft_add_expires_seconds + in xfrm_policy_timer()
/openbmc/linux/net/key/
H A Daf_key.c899 lifetime->sadb_lifetime_addtime = x->lft.soft_add_expires_seconds; in __pfkey_xfrm_state2msg()
1148 x->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_msg2xfrm_state()
2128 lifetime->sadb_lifetime_addtime = xp->lft.soft_add_expires_seconds; in pfkey_xfrm_policy2msg()
2326 xp->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_spdadd()