Searched refs:hello_timer (Results 1 – 7 of 7) sorted by relevance
64 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge()93 del_timer_sync(&br->hello_timer); in br_stp_disable_bridge()161 del_timer(&br->hello_timer); in br_stp_start()187 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_stop()
44 mod_timer(&br->hello_timer, in br_hello_timer_expired()148 setup_timer(&br->hello_timer, br_hello_timer_expired, in br_stp_timer_init()
174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()505 del_timer(&br->hello_timer); in br_received_config_bpdu()
147 b.hello_timer_value = br_timer_value(&br->hello_timer); in old_dev_ioctl()
259 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in hello_timer_show()261 static DEVICE_ATTR_RO(hello_timer);
333 struct timer_list hello_timer; member
1132 clockval = br_timer_value(&br->hello_timer); in br_fill_info()