Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_stp_timer.c32 struct net_bridge *br = from_timer(br, t, hello_timer); in br_hello_timer_expired()
40 mod_timer(&br->hello_timer, in br_hello_timer_expired()
143 timer_setup(&br->hello_timer, br_hello_timer_expired, 0); in br_stp_timer_init()
H A Dbr_stp_if.c55 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge()
84 del_timer_sync(&br->hello_timer); in br_stp_disable_bridge()
174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
H A Dbr_stp.c205 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
536 del_timer(&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_sysfs_br.c269 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in hello_timer_show()
271 static DEVICE_ATTR_RO(hello_timer);
H A Dbr_private.h554 struct timer_list hello_timer; member
H A Dbr_netlink.c1651 clockval = br_timer_value(&br->hello_timer); in br_fill_info()