Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_stp.c205 br->hello_time = br->bridge_hello_time; in br_become_root_bridge()
212 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_transmit_config()
244 bpdu.hello_time = br->hello_time; in br_transmit_config()
276 br->hello_time = bpdu->hello_time; in br_transmit_tcn()
593 br->hello_time = br->bridge_hello_time; in br_set_max_age()
H A Dbr_private_stp.h37 int hello_time; member
H A Dbr_stp_bpdu.c117 br_set_ticks(buf+31, bpdu->hello_time); in br_send_config_bpdu()
225 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_rcv()
H A Dbr_ioctl.c172 b.hello_time = jiffies_to_clock_t(br->hello_time); in br_dev_siocdevprivate()
H A Dbr_stp_timer.c41 round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()
H A Dbr_device.c527 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
H A Dbr_netlink.c1682 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info()
1707 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) || in br_fill_info()
1662 u32 hello_time = jiffies_to_clock_t(br->hello_time); br_fill_info() local
H A Dbr_private.h530 unsigned long hello_time;
529 unsigned long hello_time; global() member
/linux/net/bridge/netfilter/
H A Debt_stp.c36 u8 hello_time[2]; member
105 v16 = NR16(stpc->hello_time); in ebt_filter_config()