Searched refs:downdelay (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/bonding/
H A Dbond_netlink.c212 int downdelay = nla_get_u32(data[IFLA_BOND_DOWNDELAY]); bond_changelink() local
214 bond_opt_initval(&newval, downdelay); bond_changelink()
527 bond->params.downdelay * bond->params.miimon)) bond_fill_info()
H A Dbond_main.c96 static int downdelay; variable
130 module_param(downdelay, int, 0);
131 MODULE_PARM_DESC(downdelay, "Delay before considering link down, "
2005 slave->delay = bond->params.downdelay; bond_for_each_slave_rcu()
2013 bond->params.downdelay * bond->params.miimon); bond_for_each_slave_rcu()
2018 /* recovered before downdelay expired */ bond_for_each_slave_rcu()
2022 (bond->params.downdelay - slave->delay) * bond_for_each_slave_rcu()
4287 if (downdelay < 0) { bond_check_params()
4288 pr_warn("Warning: downdelay module parameter (%d), not in range 0-%d, so it was reset to 0\n", bond_check_params()
4289 downdelay, INT_MAX); bond_check_params()
4290 downdelay = 0; bond_check_params()
4345 if (updelay || downdelay) { bond_check_params()
4349 pr_warn("Warning: miimon module parameter not set and updelay (%d) or downdelay (%d) module parameter is set; updelay and downdelay have no effect unless miimon is set\n", bond_check_params()
4350 updelay, downdelay); bond_check_params()
4367 if ((downdelay % miimon) != 0) { bond_check_params()
4368 pr_warn("Warning: downdelay (%d) is not a multiple of miimon (%d), downdelay rounded to %d ms\n", bond_check_params()
4369 downdelay, miimon, bond_check_params()
4370 (downdelay / miimon) * miimon); bond_check_params()
4373 downdelay /= miimon; bond_check_params()
4533 params->downdelay = downdelay; bond_check_params()
H A Dbond_options.c273 .name = "downdelay",
818 if (bond->params.downdelay) bond_option_miimon_set()
819 netdev_info(bond->dev, "Note: Updating downdelay (to %d) since it is a multiple of the miimon value\n", bond_option_miimon_set()
820 bond->params.downdelay * bond->params.miimon); bond_option_miimon_set()
885 bond->params.downdelay = value / bond->params.miimon; bond_option_downdelay_set()
887 bond->params.downdelay * bond->params.miimon); bond_option_downdelay_set()
H A Dbond_procfs.c105 bond->params.downdelay * bond->params.miimon); bond_info_show_master()
H A Dbond_sysfs.c326 return sprintf(buf, "%d\n", bond->params.downdelay * bond->params.miimon); bonding_show_downdelay()
328 static DEVICE_ATTR(downdelay, S_IRUGO | S_IWUSR,
/linux-4.4.14/include/net/
H A Dbonding.h125 int downdelay; member in struct:bond_params

Completed in 118 milliseconds