Lines Matching refs:hold_timer
404 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
425 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy()
444 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
1433 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
1442 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2760 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
2795 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
2869 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
2870 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2871 sched_next = pq->hold_timer.expires; in xdst_queue_output()
2876 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()