Searched refs:hold_timer (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_stp_timer.c | 133 struct net_bridge_port *p = timer_container_of(p, t, hold_timer); in br_hold_timer_expired() 156 timer_setup(&p->hold_timer, br_hold_timer_expired, 0); in br_stp_port_timer_init()
|
| H A D | br_stp.c | 215 if (timer_pending(&p->hold_timer)) { in br_transmit_config() 245 mod_timer(&p->hold_timer, in br_transmit_config()
|
| H A D | br_ioctl.c | 269 p.hold_timer_value = br_timer_value(&pt->hold_timer); in br_dev_siocdevprivate()
|
| H A D | br_private.h | 415 struct timer_list hold_timer; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | usb.h | 61 struct timer_list hold_timer; member
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 444 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc() 465 if (timer_delete(&policy->timer) || timer_delete(&policy->polq.hold_timer)) in xfrm_policy_destroy() 490 if (timer_delete(&policy->polq.hold_timer)) in xfrm_policy_kill() 1472 if (timer_delete(&pq->hold_timer)) in xfrm_policy_requeue() 1481 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue() 2901 struct xfrm_policy *pol = timer_container_of(pol, t, polq.hold_timer); in xfrm_policy_queue_process() 2936 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process() 3010 if (timer_delete(&pq->hold_timer)) { in xdst_queue_output() 3011 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output() 3012 sched_next = pq->hold_timer.expires; in xdst_queue_output() [all …]
|