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()
445 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
1434 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
1443 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2835 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
2870 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
2944 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
2945 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2946 sched_next = pq->hold_timer.expires; in xdst_queue_output()
2951 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()