hello_time         60 include/uapi/linux/if_bridge.h 	__u32 hello_time;
hello_time        448 net/bridge/br_device.c 	br->bridge_hello_time = br->hello_time = 2 * HZ;
hello_time        134 net/bridge/br_ioctl.c 		b.hello_time = jiffies_to_clock_t(br->hello_time);
hello_time       1391 net/bridge/br_netlink.c 	u32 hello_time = jiffies_to_clock_t(br->hello_time);
hello_time       1416 net/bridge/br_netlink.c 	    nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) ||
hello_time        355 net/bridge/br_private.h 	unsigned long			hello_time;
hello_time         37 net/bridge/br_private_stp.h 	int		hello_time;
hello_time        160 net/bridge/br_stp.c 	br->hello_time = br->bridge_hello_time;
hello_time        167 net/bridge/br_stp.c 		mod_timer(&br->hello_timer, jiffies + br->hello_time);
hello_time        199 net/bridge/br_stp.c 	bpdu.hello_time = br->hello_time;
hello_time        231 net/bridge/br_stp.c 	br->hello_time = bpdu->hello_time;
hello_time        540 net/bridge/br_stp.c 		br->hello_time = br->bridge_hello_time;
hello_time        117 net/bridge/br_stp_bpdu.c 	br_set_ticks(buf+31, bpdu->hello_time);
hello_time        221 net/bridge/br_stp_bpdu.c 		bpdu.hello_time = br_get_ticks(buf+28);
hello_time         55 net/bridge/br_stp_if.c 		mod_timer(&br->hello_timer, jiffies + br->hello_time);
hello_time        174 net/bridge/br_stp_if.c 			mod_timer(&br->hello_timer, jiffies + br->hello_time);
hello_time         41 net/bridge/br_stp_timer.c 				  round_jiffies(jiffies + br->hello_time));
hello_time         74 net/bridge/br_sysfs_br.c 		       jiffies_to_clock_t(to_bridge(d)->hello_time));
hello_time         83 net/bridge/br_sysfs_br.c static DEVICE_ATTR_RW(hello_time);
hello_time         37 net/bridge/netfilter/ebt_stp.c 	u8 hello_time[2];
hello_time        106 net/bridge/netfilter/ebt_stp.c 		v16 = NR16(stpc->hello_time);