Searched refs:hello_timer (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 | 167 		mod_timer(&br->hello_timer, jiffies + br->hello_time);  in br_become_root_bridge()496 			del_timer(&br->hello_timer);  in br_received_config_bpdu()
 
 | 
| D | br_ioctl.c | 145 		b.hello_timer_value = br_timer_value(&br->hello_timer);  in old_dev_ioctl()
 | 
| D | br_sysfs_br.c | 238 	return sprintf(buf, "%ld\n", br_timer_value(&br->hello_timer));  in hello_timer_show()240 static DEVICE_ATTR_RO(hello_timer);
 
 | 
| D | br_private.h | 409 	struct timer_list		hello_timer;  member
 | 
| D | br_netlink.c | 1400 	clockval = br_timer_value(&br->hello_timer);  in br_fill_info()
 |