Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dxfrm.h73 __u64 soft_use_expires_seconds; member
/linux-6.1.9/net/xfrm/
Dxfrm_compat.c15 compat_u64 soft_use_expires_seconds, hard_use_expires_seconds; member
Dxfrm_state.c595 if (x->lft.soft_use_expires_seconds) { in xfrm_timer_handler()
596 long tmo = x->lft.soft_use_expires_seconds + in xfrm_timer_handler()
Dxfrm_policy.c355 if (xp->lft.soft_use_expires_seconds) { in xfrm_policy_timer()
356 time64_t tmo = xp->lft.soft_use_expires_seconds + in xfrm_policy_timer()
/linux-6.1.9/net/key/
Daf_key.c900 lifetime->sadb_lifetime_usetime = x->lft.soft_use_expires_seconds; in __pfkey_xfrm_state2msg()
1149 x->lft.soft_use_expires_seconds = lifetime->sadb_lifetime_usetime; in pfkey_msg2xfrm_state()
2126 lifetime->sadb_lifetime_usetime = xp->lft.soft_use_expires_seconds; in pfkey_xfrm_policy2msg()
2324 xp->lft.soft_use_expires_seconds = lifetime->sadb_lifetime_usetime; in pfkey_spdadd()