Searched refs:hold_timer (Results 1 – 3 of 3) sorted by relevance
61 struct timer_list hold_timer; member
222 if (timer_pending(&p->hold_timer)) { in br_transmit_config()252 mod_timer(&p->hold_timer, in br_transmit_config()
447 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc() 468 if (timer_delete(&policy->timer) || timer_delete(&policy->polq.hold_timer)) in xfrm_policy_destroy() 493 if (timer_delete(&policy->polq.hold_timer)) in xfrm_policy_kill() 1466 if (timer_delete(&pq->hold_timer)) in xfrm_policy_requeue() 1475 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue() 2895 struct xfrm_policy *pol = timer_container_of(pol, t, polq.hold_timer);2930 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process() 3004 if (timer_delete(&pq->hold_timer)) { in xdst_queue_output() 3005 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output() 3006 sched_next = pq->hold_timer in xdst_queue_output() [all...]