Searched refs:updelay (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_main.c | 97 static int updelay; variable 130 module_param(updelay, int, 0); 131 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 1036 int mintime = bond->params.updelay; in bond_find_best_slave() 1112 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 1937 if (bond->params.updelay) { in bond_enslave() 1941 new_slave->delay = bond->params.updelay; in bond_enslave() 2452 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2457 bond->params.updelay * in bond_miimon_inspect() 2465 (bond->params.updelay - slave->delay) * in bond_miimon_inspect() [all …]
|
| H A D | bond_netlink.c | 204 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local 206 bond_opt_initval(&newval, updelay); in bond_changelink() 541 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
|
| H A D | bond_sysfs.c | 324 return sprintf(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 327 static DEVICE_ATTR(updelay, 0644,
|
| H A D | bond_options.c | 863 if (bond->params.updelay) in bond_option_miimon_set() 865 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 931 &bond->params.updelay); in bond_option_updelay_set()
|
| H A D | bond_procfs.c | 104 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bonding.h | 127 int updelay; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | bonding.rst | 476 appropriate updelay setting may be required. 691 clients. The updelay parameter (detailed below) must 823 updelay 827 only valid for the miimon link monitor. The updelay value 2564 value to the updelay bonding module option to delay the use of the 2569 the switch is initializing. Again, an appropriate updelay value may 2574 updelay parameter has been specified (the updelay is ignored in this 2575 case). If there are slave interfaces waiting for the updelay timeout 2578 value of updelay has been overestimated, and since this occurs only in 2580 ignoring the updelay.
|