Searched refs:hello_timer (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/bridge/ |
D | br_stp_timer.c | 32 struct net_bridge *br = from_timer(br, t, hello_timer); in br_hello_timer_expired() 40 mod_timer(&br->hello_timer, in br_hello_timer_expired() 143 timer_setup(&br->hello_timer, br_hello_timer_expired, 0); in br_stp_timer_init()
|
D | br_stp_if.c | 55 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge() 84 del_timer_sync(&br->hello_timer); in br_stp_disable_bridge() 174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
|
D | br_stp.c | 205 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge() 536 del_timer(&br->hello_timer); in br_received_config_bpdu()
|
D | br_ioctl.c | 183 b.hello_timer_value = br_timer_value(&br->hello_timer); in br_dev_siocdevprivate()
|
D | br_sysfs_br.c | 269 return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer)); in hello_timer_show() 271 static DEVICE_ATTR_RO(hello_timer);
|
D | br_private.h | 551 struct timer_list hello_timer; member
|
D | br_netlink.c | 1638 clockval = br_timer_value(&br->hello_timer); in br_fill_info()
|