Home
last modified time | relevance | path

Searched refs:hello_time (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/bridge/
Dbr_stp.c139 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
144 br_timer_set(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
176 bpdu.hello_time = br->hello_time; in br_transmit_config()
204 br->hello_time = bpdu->hello_time; in br_record_config_timeout_values()
Dbr_ioctl.c62 b.hello_time = br->hello_time; in br_ioctl_device()
108 br->hello_time = arg0; in br_ioctl_device()
Dbr_private_stp.h31 int hello_time; member
Dbr_stp_bpdu.c114 br_set_ticks(buf+34, bpdu->hello_time); in br_send_config_bpdu()
186 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_handle_bpdu()
Dbr_private.h95 int hello_time; member
Dbr_stp_timer.c150 if (br_timer_has_expired(&br->hello_timer, br->hello_time)) { in br_check_timers()
Dbr_if.c109 br->bridge_hello_time = br->hello_time = 2 * HZ; in new_nb()
/linux-2.4.37.9/include/linux/
Dif_bridge.h54 __u32 hello_time; member