Searched refs:hello_timer (Results 1 – 6 of 6) sorted by relevance
43 mod_timer(&br->hello_timer, round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()144 setup_timer(&br->hello_timer, br_hello_timer_expired, in br_stp_timer_init()
51 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge()80 del_timer_sync(&br->hello_timer); in br_stp_disable_bridge()
162 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()487 del_timer(&br->hello_timer); in br_received_config_bpdu()
252 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in hello_timer_show()254 static DEVICE_ATTR_RO(hello_timer);
147 b.hello_timer_value = br_timer_value(&br->hello_timer); in old_dev_ioctl()
293 struct timer_list hello_timer; member