Searched refs:updelay (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/tools/testing/selftests/drivers/net/bonding/ |
D | mode-1-recovery-updelay.sh | 37 test_bond_recovery mode 1 miimon 100 updelay 0 38 test_bond_recovery mode 1 miimon 100 updelay 200 39 test_bond_recovery mode 1 miimon 100 updelay 500 40 test_bond_recovery mode 1 miimon 100 updelay 1000 41 test_bond_recovery mode 1 miimon 100 updelay 2000 42 test_bond_recovery mode 1 miimon 100 updelay 5000 43 test_bond_recovery mode 1 miimon 100 updelay 10000
|
D | mode-2-recovery-updelay.sh | 37 test_bond_recovery mode 2 miimon 100 updelay 0 38 test_bond_recovery mode 2 miimon 100 updelay 200 39 test_bond_recovery mode 2 miimon 100 updelay 500 40 test_bond_recovery mode 2 miimon 100 updelay 1000 41 test_bond_recovery mode 2 miimon 100 updelay 2000 42 test_bond_recovery mode 2 miimon 100 updelay 5000 43 test_bond_recovery mode 2 miimon 100 updelay 10000
|
D | Makefile | 9 mode-1-recovery-updelay.sh \ 10 mode-2-recovery-updelay.sh \
|
/linux-6.14.4/drivers/net/bonding/ |
D | bond_main.c | 105 static int updelay; variable 138 module_param(updelay, int, 0); 139 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 1225 int mintime = bond->params.updelay; in bond_find_best_slave() 1298 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 2202 if (bond->params.updelay) { in bond_enslave() 2206 new_slave->delay = bond->params.updelay; in bond_enslave() 2787 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2792 bond->params.updelay * in bond_miimon_inspect() 2801 (bond->params.updelay - slave->delay) * in bond_miimon_inspect() [all …]
|
D | bond_netlink.c | 234 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local 236 bond_opt_initval(&newval, updelay); in bond_changelink() 666 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
|
D | bond_sysfs.c | 335 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay() 338 static DEVICE_ATTR(updelay, 0644,
|
D | bond_procfs.c | 105 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
D | bond_options.c | 981 if (bond->params.updelay) in bond_option_miimon_set() 983 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 1049 &bond->params.updelay); in bond_option_updelay_set()
|
/linux-6.14.4/include/net/ |
D | bonding.h | 129 int updelay; member
|
/linux-6.14.4/Documentation/networking/ |
D | bonding.rst | 510 appropriate updelay setting may be required. 738 clients. The updelay parameter (detailed below) must 882 updelay 886 only valid for the miimon link monitor. The updelay value 2628 value to the updelay bonding module option to delay the use of the 2633 the switch is initializing. Again, an appropriate updelay value may 2638 updelay parameter has been specified (the updelay is ignored in this 2639 case). If there are slave interfaces waiting for the updelay timeout 2642 value of updelay has been overestimated, and since this occurs only in 2644 ignoring the updelay.
|