Searched refs:hold_timer (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_stp_if.c | 125 del_timer(&p->hold_timer); in br_stp_disable_port() 163 del_timer(&p->hold_timer); in br_stp_start() 189 mod_timer(&p->hold_timer, in br_stp_stop()
|
D | br_sysfs_if.c | 157 return sprintf(buf, "%ld\n", br_timer_value(&p->hold_timer)); in show_hold_timer() 159 static BRPORT_ATTR(hold_timer, S_IRUGO, show_hold_timer, NULL);
|
D | br_stp_timer.c | 169 setup_timer(&p->hold_timer, br_hold_timer_expired, in br_stp_port_timer_init()
|
D | br_stp.c | 184 if (timer_pending(&p->hold_timer)) { in br_transmit_config() 214 mod_timer(&p->hold_timer, in br_transmit_config()
|
D | br_ioctl.c | 229 p.hold_timer_value = br_timer_value(&pt->hold_timer); in old_dev_ioctl()
|
D | br_private.h | 206 struct timer_list hold_timer; member
|
D | br_netlink.c | 198 timerval = br_timer_value(&p->hold_timer); in br_port_fill_attrs()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 298 setup_timer(&policy->polq.hold_timer, xfrm_policy_queue_process, in xfrm_policy_alloc() 320 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy() 337 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill() 719 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue() 728 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue() 1938 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process() 2007 if (del_timer(&pq->hold_timer)) { in xdst_queue_output() 2008 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output() 2009 sched_next = pq->hold_timer.expires; in xdst_queue_output() 2014 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 520 struct timer_list hold_timer; member
|