Lines Matching refs:hold_timer
403 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
424 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy()
443 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
1422 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
1431 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2749 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
2784 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
2858 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
2859 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2860 sched_next = pq->hold_timer.expires; in xdst_queue_output()
2865 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()