Searched refs:hello_timer (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_stp_timer.c | 36 struct net_bridge *br = from_timer(br, t, hello_timer); in br_hello_timer_expired() 44 mod_timer(&br->hello_timer, in br_hello_timer_expired() 147 timer_setup(&br->hello_timer, br_hello_timer_expired, 0); in br_stp_timer_init()
|
D | br_stp_if.c | 59 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge() 88 del_timer_sync(&br->hello_timer); in br_stp_disable_bridge() 177 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
|
D | br_stp.c | 171 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge() 500 del_timer(&br->hello_timer); in br_received_config_bpdu()
|
D | br_ioctl.c | 149 b.hello_timer_value = br_timer_value(&br->hello_timer); in old_dev_ioctl()
|
D | br_sysfs_br.c | 242 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in hello_timer_show() 244 static DEVICE_ATTR_RO(hello_timer);
|
D | br_private.h | 406 struct timer_list hello_timer; member
|
D | br_netlink.c | 1382 clockval = br_timer_value(&br->hello_timer); in br_fill_info()
|