Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_stp.c164 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
171 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
203 bpdu.hello_time = br->hello_time; in br_transmit_config()
235 br->hello_time = bpdu->hello_time; in br_record_config_timeout_values()
544 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
Dbr_private_stp.h41 int hello_time; member
Dbr_stp_bpdu.c121 br_set_ticks(buf+31, bpdu->hello_time); in br_send_config_bpdu()
226 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_rcv()
Dbr_stp_if.c59 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge()
177 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
Dbr_ioctl.c138 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl()
Dbr_stp_timer.c45 round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()
Dbr_sysfs_br.c78 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show()
87 static DEVICE_ATTR_RW(hello_time);
Dbr_device.c442 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
Dbr_netlink.c1374 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info() local
1397 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) || in br_fill_info()
Dbr_private.h348 unsigned long hello_time; member
/Linux-v4.19/net/bridge/netfilter/
Debt_stp.c36 u8 hello_time[2]; member
105 v16 = NR16(stpc->hello_time); in ebt_filter_config()
/Linux-v4.19/include/uapi/linux/
Dif_bridge.h60 __u32 hello_time; member