Home
last modified time | relevance | path

Searched refs:hello_timer (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/bridge/
Dbr_stp_timer.c51 br_timer_set(&br->hello_timer, jiffies); in br_hello_timer_expired()
150 if (br_timer_has_expired(&br->hello_timer, br->hello_time)) { in br_check_timers()
151 br_timer_clear(&br->hello_timer); in br_check_timers()
Dbr_stp_if.c53 br_timer_set(&br->hello_timer, jiffies); in br_stp_enable_bridge()
74 br_timer_clear(&br->hello_timer); in br_stp_disable_bridge()
Dbr_private.h105 struct br_timer hello_timer; member
Dbr_stp.c144 br_timer_set(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
447 br_timer_clear(&br->hello_timer); in br_received_config_bpdu()
Dbr_ioctl.c73 b.hello_timer_value = br_timer_get_residue(&br->hello_timer); in br_ioctl_device()
Dbr_if.c113 br_timer_clear(&br->hello_timer); in new_nb()