Searched refs:updelay (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/bonding/ |
D | bond_main.c | 95 static int updelay; variable 128 module_param(updelay, int, 0); 129 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 758 int mintime = bond->params.updelay; in bond_find_best_slave() 829 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 1605 if (bond->params.updelay) { in bond_enslave() 1609 new_slave->delay = bond->params.updelay; in bond_enslave() 2130 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2136 bond->params.updelay * in bond_miimon_inspect() 2144 (bond->params.updelay - slave->delay) * in bond_miimon_inspect() [all …]
|
D | bond_netlink.c | 207 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local 209 bond_opt_initval(&newval, updelay); in bond_changelink() 536 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
|
D | bond_options.c | 847 if (bond->params.updelay) in bond_option_miimon_set() 849 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 895 bond->params.updelay = value / bond->params.miimon; in bond_option_updelay_set() 897 bond->params.updelay * bond->params.miimon); in bond_option_updelay_set()
|
D | bond_sysfs.c | 340 return sprintf(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 343 static DEVICE_ATTR(updelay, 0644,
|
D | bond_procfs.c | 104 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
/Linux-v4.19/include/net/ |
D | bonding.h | 115 int updelay; member
|
/Linux-v4.19/Documentation/networking/ |
D | bonding.txt | 467 appropriate updelay setting may be required. 682 clients. The updelay parameter (detailed below) must 804 updelay 808 only valid for the miimon link monitor. The updelay value 2507 value to the updelay bonding module option to delay the use of the 2512 the switch is initializing. Again, an appropriate updelay value may 2517 updelay parameter has been specified (the updelay is ignored in this 2518 case). If there are slave interfaces waiting for the updelay timeout 2521 value of updelay has been overestimated, and since this occurs only in 2523 ignoring the updelay.
|