Searched refs:updelay (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A 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
|
| H A 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
|
| H A D | Makefile | 15 mode-1-recovery-updelay.sh \ 16 mode-2-recovery-updelay.sh \
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 106 static int updelay; variable 139 module_param(updelay, int, 0); 140 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds"); 1154 int mintime = bond->params.updelay; in bond_find_best_slave() 1285 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave() 2126 if (bond->params.updelay) { in bond_enslave() 2130 new_slave->delay = bond->params.updelay; in bond_enslave() 2718 slave->delay = bond->params.updelay; in bond_miimon_inspect() 2723 bond->params.updelay * in bond_miimon_inspect() 2732 (bond->params.updelay - slave->delay) * in bond_miimon_inspect() [all …]
|
| H A D | bond_netlink.c | 251 int updelay = nla_get_u32(data[IFLA_BOND_UPDELAY]); in bond_changelink() local 253 bond_opt_initval(&newval, updelay); in bond_changelink() 696 bond->params.updelay * bond->params.miimon)) in bond_fill_info()
|
| H A 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,
|
| H A D | bond_procfs.c | 105 bond->params.updelay * bond->params.miimon); in bond_info_show_master()
|
| H A D | bond_options.c | 1014 if (bond->params.updelay) in bond_option_miimon_set() 1016 bond->params.updelay * bond->params.miimon); in bond_option_miimon_set() 1082 &bond->params.updelay); in bond_option_updelay_set()
|
| /linux/include/net/ |
| H A D | bonding.h | 130 int updelay; member
|
| /linux/Documentation/networking/ |
| H A D | bonding.rst | 527 appropriate updelay setting may be required. 759 clients. The updelay parameter (detailed below) must 904 updelay 908 only valid for the miimon link monitor. The updelay value 2597 value to the updelay bonding module option to delay the use of the 2602 the switch is initializing. Again, an appropriate updelay value may 2607 updelay parameter has been specified (the updelay is ignored in this 2608 case). If there are slave interfaces waiting for the updelay timeout 2611 value of updelay has been overestimated, and since this occurs only in 2613 ignoring the updelay.
|