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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_private_stp.h31 int hello_time; member in struct:br_config_bpdu
H A Dbr_stp.c133 br->hello_time = br->bridge_hello_time;
140 mod_timer(&br->hello_timer, jiffies + br->hello_time);
174 bpdu.hello_time = br->hello_time;
204 br->hello_time = bpdu->hello_time;
H A Dbr_stp_bpdu.c109 br_set_ticks(buf+31, bpdu->hello_time);
212 bpdu.hello_time = br_get_ticks(buf+28);
H A Dbr_ioctl.c181 b.hello_time = jiffies_to_clock_t(br->hello_time);
245 br->hello_time = br->bridge_hello_time;
H A Dbr_stp_timer.c45 mod_timer(&br->hello_timer, round_jiffies(jiffies + br->hello_time));
H A Dbr_sysfs_br.c80 jiffies_to_clock_t(to_bridge(d)->hello_time));
86 br->hello_time = t;
97 static DEVICE_ATTR(hello_time, S_IRUGO | S_IWUSR, show_hello_time,
H A Dbr_private.h104 unsigned long hello_time; member in struct:net_bridge
H A Dbr_stp_if.c50 mod_timer(&br->hello_timer, jiffies + br->hello_time);
H A Dbr_if.c221 br->bridge_hello_time = br->hello_time = 2 * HZ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h37 struct timeval hello_time; member in struct:bridge_info
H A Dlibbridge_devif.c188 __jiffies_to_tv(&info->hello_time, i.hello_time);
223 fetch_tv(sdir, "hello_time", &info->hello_time);
226 fetch_tv(sdir, "hello_time", &info->bridge_hello_time);
372 return br_set(br, "hello_time", __tv_to_jiffies(tv),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h69 __u32 hello_time; member in struct:__bridge_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_disp.c117 br_show_timer(&bri->hello_time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_stp.c36 uint8_t hello_time[2]; member in struct:stp_config_pdu
108 v16 = NR16(stpc->hello_time);

Completed in 113 milliseconds