Searched refs:updelay (Results 1 – 3 of 3) sorted by relevance
534 static int updelay = 0; variable547 MODULE_PARM(updelay, "i");548 MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");1381 int mintime = bond->params.updelay; in bond_find_best_slave()1455 (bond->params.updelay - new_active->delay) * bond->params.miimon); in bond_change_active_slave()1832 if (bond->params.updelay) { in bond_enslave()1836 new_slave->delay = bond->params.updelay; in bond_enslave()2591 slave->delay = bond->params.updelay; in bond_mii_monitor()2593 if (bond->params.updelay) { in bond_mii_monitor()2602 bond->params.updelay * bond->params.miimon); in bond_mii_monitor()[all …]
143 int updelay; member
350 selected mac address to each of the clients. The updelay382 updelay882 which an active link will be reused by passing the module parameter "updelay"889 driver will immediately reuse the first link that goes up, even if updelay890 parameter was specified. (If there are slave interfaces in the "updelay" state,892 allows to reduce down-time if the value of updelay has been overestimated.896 # modprobe bonding miimon=100 mode=1 downdelay=2000 updelay=5000897 # modprobe bonding miimon=100 mode=balance-rr downdelay=0 updelay=5000