Lines Matching refs:hold_timer
278 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
299 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy()
316 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
714 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
723 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
1783 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
1812 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
1881 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
1882 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
1883 sched_next = pq->hold_timer.expires; in xdst_queue_output()
1888 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()