Lines Matching refs:hold_timer
400 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
421 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy()
438 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
1417 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
1426 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2757 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
2786 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
2855 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
2856 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2857 sched_next = pq->hold_timer.expires; in xdst_queue_output()
2862 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()