Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dxfrm.h70 __u64 soft_add_expires_seconds; member
/linux-4.4.14/net/key/
Daf_key.c862 lifetime->sadb_lifetime_addtime = x->lft.soft_add_expires_seconds; in __pfkey_xfrm_state2msg()
1120 x->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_msg2xfrm_state()
2073 lifetime->sadb_lifetime_addtime = xp->lft.soft_add_expires_seconds; in pfkey_xfrm_policy2msg()
2270 xp->lft.soft_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_spdadd()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c420 if (x->lft.soft_add_expires_seconds) { in xfrm_timer_handler()
421 long tmo = x->lft.soft_add_expires_seconds + in xfrm_timer_handler()
Dxfrm_policy.c209 if (xp->lft.soft_add_expires_seconds) { in xfrm_policy_timer()
210 long tmo = xp->lft.soft_add_expires_seconds + in xfrm_policy_timer()