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

/linux-master/net/bridge/
H A Dbr_private_stp.h37 int hello_time; member in struct:br_config_bpdu
H A Dbr_stp.c198 br->hello_time = br->bridge_hello_time;
205 mod_timer(&br->hello_timer, jiffies + br->hello_time);
237 bpdu.hello_time = br->hello_time;
269 br->hello_time = bpdu->hello_time;
582 br->hello_time = br->bridge_hello_time;
H A Dbr_stp_bpdu.c117 br_set_ticks(buf+31, bpdu->hello_time);
225 bpdu.hello_time = br_get_ticks(buf+28);
H A Dbr_stp_timer.c41 round_jiffies(jiffies + br->hello_time));
H A Dbr_stp_if.c55 mod_timer(&br->hello_timer, jiffies + br->hello_time);
174 mod_timer(&br->hello_timer, jiffies + br->hello_time);
H A Dbr_ioctl.c172 b.hello_time = jiffies_to_clock_t(br->hello_time);
H A Dbr_sysfs_br.c91 jiffies_to_clock_t(to_bridge(d)->hello_time));
106 static DEVICE_ATTR_RW(hello_time);
H A Dbr_netlink.c1642 u32 hello_time = jiffies_to_clock_t(br->hello_time); local
1667 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) ||
H A Dbr_device.c516 br->bridge_hello_time = br->hello_time = 2 * HZ;
H A Dbr_private.h519 unsigned long hello_time; member in struct:net_bridge
/linux-master/net/bridge/netfilter/
H A Debt_stp.c36 u8 hello_time[2]; member in struct:stp_config_pdu
105 v16 = NR16(stpc->hello_time);
/linux-master/include/uapi/linux/
H A Dif_bridge.h60 __u32 hello_time; member in struct:__bridge_info

Completed in 141 milliseconds