Home
last modified time | relevance | path

Searched refs:bridge_hello_time (Results 1 – 5 of 5) sorted by relevance

/net/bridge/
Dbr_stp.c150 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
337 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time); in br_topology_change_detection()
488 jiffies + br->bridge_hello_time); in br_received_config_bpdu()
524 br->bridge_hello_time = t; in br_set_hello_time()
526 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
Dbr_ioctl.c138 b.bridge_hello_time = br->bridge_hello_time; in old_dev_ioctl()
Dbr_stp_timer.c113 mod_timer(&br->tcn_timer,jiffies + br->bridge_hello_time); in br_tcn_timer_expired()
Dbr_device.c372 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
Dbr_private.h232 unsigned long bridge_hello_time; member