Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c150 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
157 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
189 bpdu.hello_time = br->hello_time; in br_transmit_config()
220 br->hello_time = bpdu->hello_time; in br_record_config_timeout_values()
526 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
Dbr_stp_bpdu.c114 br_set_ticks(buf+31, bpdu->hello_time); in br_send_config_bpdu()
219 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_rcv()
Dbr_private_stp.h41 int hello_time; member
Dbr_ioctl.c135 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl()
Dbr_stp_timer.c43 mod_timer(&br->hello_timer, round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()
Dbr_stp_if.c51 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge()
Dbr_device.c372 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
Dbr_sysfs_br.c72 jiffies_to_clock_t(to_bridge(d)->hello_time)); in show_hello_time()
81 static DEVICE_ATTR(hello_time, S_IRUGO | S_IWUSR, show_hello_time,
Dbr_private.h228 unsigned long hello_time; member
/net/bridge/netfilter/
Debt_stp.c36 uint8_t hello_time[2]; member
108 v16 = NR16(stpc->hello_time); in ebt_filter_config()