Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dxfrm.h72 __u64 hard_add_expires_seconds; member
/linux/net/xfrm/
A Dxfrm_state.c555 if (x->lft.hard_add_expires_seconds) { in xfrm_timer_handler()
556 long tmo = x->lft.hard_add_expires_seconds + in xfrm_timer_handler()
565 tmo = x->lft.hard_add_expires_seconds - x->saved_tmo; in xfrm_timer_handler()
1179 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires; in xfrm_state_find()
1405 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires; in __find_acq_core()
A Dxfrm_compat.c14 compat_u64 soft_add_expires_seconds, hard_add_expires_seconds; member
A Dxfrm_policy.c327 if (xp->lft.hard_add_expires_seconds) { in xfrm_policy_timer()
328 time64_t tmo = xp->lft.hard_add_expires_seconds + in xfrm_policy_timer()
/linux/net/key/
A Daf_key.c888 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg()
1141 x->lft.hard_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_msg2xfrm_state()
2113 lifetime->sadb_lifetime_addtime = xp->lft.hard_add_expires_seconds; in pfkey_xfrm_policy2msg()
2314 xp->lft.hard_add_expires_seconds = lifetime->sadb_lifetime_addtime; in pfkey_spdadd()

Completed in 27 milliseconds