Searched refs:bridge_hello_time (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/bridge/
H A Dbr_stp.c198 br->hello_time = br->bridge_hello_time;
386 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time);
542 jiffies + br->bridge_hello_time);
580 br->bridge_hello_time = t;
582 br->hello_time = br->bridge_hello_time;
H A Dbr_stp_timer.c112 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time);
H A Dbr_ioctl.c175 b.bridge_hello_time = br->bridge_hello_time;
H A Dbr_device.c516 br->bridge_hello_time = br->hello_time = 2 * HZ;
H A Dbr_private.h523 unsigned long bridge_hello_time; member in struct:net_bridge
/linux-master/include/uapi/linux/
H A Dif_bridge.h63 __u32 bridge_hello_time; member in struct:__bridge_info

Completed in 185 milliseconds