Home
last modified time | relevance | path

Searched refs:updelay (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c95 static int updelay; variable
128 module_param(updelay, int, 0);
129 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
742 int mintime = bond->params.updelay; in bond_find_best_slave()
813 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave()
1555 if (bond->params.updelay) { in bond_enslave()
1558 new_slave->delay = bond->params.updelay; in bond_enslave()
2021 slave->delay = bond->params.updelay; in bond_miimon_inspect()
2027 bond->params.updelay * in bond_miimon_inspect()
2036 (bond->params.updelay - slave->delay) * in bond_miimon_inspect()
[all …]
Dbond_netlink.c186 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local
188 bond_opt_initval(&newval, updelay); in bond_changelink()
464 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
Dbond_options.c780 if (bond->params.updelay) in bond_option_miimon_set()
782 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set()
828 bond->params.updelay = value / bond->params.miimon; in bond_option_updelay_set()
830 bond->params.updelay * bond->params.miimon); in bond_option_updelay_set()
Dbond_sysfs.c337 return sprintf(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay()
340 static DEVICE_ATTR(updelay, S_IRUGO | S_IWUSR,
Dbond_procfs.c103 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
/linux-4.1.27/include/net/
Dbonding.h124 int updelay; member
/linux-4.1.27/Documentation/networking/
Dbonding.txt430 appropriate updelay setting may be required.
645 clients. The updelay parameter (detailed below) must
767 updelay
771 only valid for the miimon link monitor. The updelay value
2423 value to the updelay bonding module option to delay the use of the
2428 the switch is initializing. Again, an appropriate updelay value may
2433 updelay parameter has been specified (the updelay is ignored in this
2434 case). If there are slave interfaces waiting for the updelay timeout
2437 value of updelay has been overestimated, and since this occurs only in
2439 ignoring the updelay.