Searched refs:hello_timer (Results 1 – 6 of 6) sorted by relevance
/net/bridge/ |
D | br_stp_timer.c | 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()
|
D | br_stp_if.c | 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()
|
D | br_stp.c | 157 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()
|
D | br_ioctl.c | 146 b.hello_timer_value = br_timer_value(&br->hello_timer); in old_dev_ioctl()
|
D | br_sysfs_br.c | 256 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);
|
D | br_private.h | 276 struct timer_list hello_timer; member
|