Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/drivers/net/bonding/
Dmode-1-recovery-updelay.sh37 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
Dmode-2-recovery-updelay.sh37 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
DMakefile9 mode-1-recovery-updelay.sh \
10 mode-2-recovery-updelay.sh \
/linux-6.14.4/drivers/net/bonding/
Dbond_main.c105 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 …]
Dbond_netlink.c234 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()
Dbond_sysfs.c335 return sysfs_emit(buf, "%d\n", bond->params.updelay * bond->params.miimon); in bonding_show_updelay()
338 static DEVICE_ATTR(updelay, 0644,
Dbond_procfs.c105 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
Dbond_options.c981 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/
Dbonding.h129 int updelay; member
/linux-6.14.4/Documentation/networking/
Dbonding.rst510 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.