Home
last modified time | relevance | path

Searched refs:hold_timer (Results 1 – 7 of 7) sorted by relevance

/net/bridge/
Dbr_sysfs_if.c147 return sprintf(buf, "%ld\n", br_timer_value(&p->hold_timer)); in show_hold_timer()
149 static BRPORT_ATTR(hold_timer, S_IRUGO, show_hold_timer, NULL);
Dbr_stp_timer.c165 setup_timer(&p->hold_timer, br_hold_timer_expired, in br_stp_port_timer_init()
Dbr_stp.c167 if (timer_pending(&p->hold_timer)) { in br_transmit_config()
196 mod_timer(&p->hold_timer, in br_transmit_config()
Dbr_stp_if.c112 del_timer(&p->hold_timer); in br_stp_disable_port()
Dbr_ioctl.c229 p.hold_timer_value = br_timer_value(&pt->hold_timer); in old_dev_ioctl()
Dbr_private.h149 struct timer_list hold_timer; member
/net/xfrm/
Dxfrm_policy.c297 setup_timer(&policy->polq.hold_timer, xfrm_policy_queue_process, in xfrm_policy_alloc()
339 del_timer(&policy->polq.hold_timer); in xfrm_policy_kill()
594 del_timer(&pq->hold_timer); in xfrm_policy_requeue()
605 mod_timer(&pq->hold_timer, jiffies); in xfrm_policy_requeue()
1788 mod_timer(&pq->hold_timer, jiffies + pq->timeout); in xfrm_policy_queue_process()
1852 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
1853 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
1854 sched_next = pq->hold_timer.expires; in xdst_queue_output()
1858 mod_timer(&pq->hold_timer, sched_next); in xdst_queue_output()