Searched refs:hold_timer (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_stp_timer.c147 if (br_timer_has_expired(&p->hold_timer, BR_HOLD_TIME)) {
148 br_timer_clear(&p->hold_timer);
H A Dbr_stp_if.c38 br_timer_clear(&p->hold_timer);
115 br_timer_clear(&p->hold_timer);
H A Dbr_private.h76 struct br_timer hold_timer; member in struct:net_bridge_port
H A Dbr_stp.c158 if (br_timer_is_running(&p->hold_timer)) {
188 br_timer_set(&p->hold_timer, jiffies);
H A Dbr_ioctl.c144 p.hold_timer_value = br_timer_get_residue(&pt->hold_timer);

Completed in 73 milliseconds