Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp_timer.c43 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()
Dbr_stp_if.c51 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()
Dbr_stp.c157 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
482 del_timer(&br->hello_timer); in br_received_config_bpdu()
Dbr_ioctl.c146 b.hello_timer_value = br_timer_value(&br->hello_timer); in old_dev_ioctl()
Dbr_sysfs_br.c256 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in show_hello_timer()
258 static DEVICE_ATTR(hello_timer, S_IRUGO, show_hello_timer, NULL);
Dbr_private.h276 struct timer_list hello_timer; member