Searched refs:bridge_hello_time (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h40 struct timeval bridge_hello_time; member in struct:bridge_info
H A Dlibbridge_devif.c191 __jiffies_to_tv(&info->bridge_hello_time, i.bridge_hello_time);
226 fetch_tv(sdir, "hello_time", &info->bridge_hello_time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h72 __u32 bridge_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.c119 br_show_timer(&bri->bridge_hello_time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_ioctl.c184 b.bridge_hello_time = br->bridge_hello_time;
243 br->bridge_hello_time = clock_t_to_jiffies(args[1]);
245 br->hello_time = br->bridge_hello_time;
H A Dbr_stp.c133 br->hello_time = br->bridge_hello_time;
311 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time);
439 jiffies + br->bridge_hello_time);
H A Dbr_stp_timer.c117 mod_timer(&br->tcn_timer,jiffies + br->bridge_hello_time);
H A Dbr_private.h108 unsigned long bridge_hello_time; member in struct:net_bridge
H A Dbr_if.c221 br->bridge_hello_time = br->hello_time = 2 * HZ;
H A Dbr_sysfs_br.c88 br->bridge_hello_time = t;

Completed in 81 milliseconds