Home
last modified time | relevance | path

Searched refs:hello_timer (Results 1 – 4 of 4) sorted by relevance

/linux/net/bridge/
H A Dbr_stp_timer.c32 struct net_bridge *br = timer_container_of(br, t, hello_timer); in br_hello_timer_expired()
40 mod_timer(&br->hello_timer, in br_hello_timer_expired()
146 timer_setup(&br->hello_timer, br_hello_timer_expired, 0); in br_stp_timer_init()
H A Dbr_stp.c205 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
536 timer_delete(&br->hello_timer); in br_received_config_bpdu()
H A Dbr_ioctl.c183 b.hello_timer_value = br_timer_value(&br->hello_timer); in br_dev_siocdevprivate()
H A Dbr_private.h564 struct timer_list hello_timer; member