Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_stp.c205 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
398 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time); in br_topology_change_detection()
554 jiffies + br->bridge_hello_time); in br_received_config_bpdu()
592 br->bridge_hello_time = t; in br_set_hello_time()
594 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
H A Dbr_device.c527 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
H A Dbr_private.h538 unsigned long bridge_hello_time; member