Home
last modified time | relevance | path

Searched refs:primary_reselect (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/bonding/
A Dbond_netlink.c311 int primary_reselect = in bond_changelink() local
314 bond_opt_initval(&newval, primary_reselect); in bond_changelink()
601 bond->params.primary_reselect)) in bond_fill_info()
A Dbond_sysfs.c451 bond->params.primary_reselect); in bonding_show_primary_reselect()
454 val->string, bond->params.primary_reselect); in bonding_show_primary_reselect()
456 static DEVICE_ATTR(primary_reselect, 0644,
A Dbond_procfs.c92 bond->params.primary_reselect); in bond_info_show_master()
A Dbond_main.c105 static char *primary_reselect; variable
148 module_param(primary_reselect, charp, 0);
149 MODULE_PARM_DESC(primary_reselect, "Reselect primary slave "
1046 switch (bond->params.primary_reselect) { in bond_choose_primary_or_current()
1059 bond->params.primary_reselect); in bond_choose_primary_or_current()
5755 if (primary && primary_reselect) { in bond_check_params()
5756 bond_opt_initstr(&newval, primary_reselect); in bond_check_params()
5761 primary_reselect); in bond_check_params()
5832 params->primary_reselect = primary_reselect_value; in bond_check_params()
A Dbond_options.c1242 bond->params.primary_reselect = newval->value; in bond_option_primary_reselect_set()
/linux/include/net/
A Dbonding.h137 int primary_reselect; member
/linux/Documentation/networking/
A Dbonding.rst773 primary_reselect
798 The primary_reselect setting is ignored in two cases:
806 Changing the primary_reselect policy via sysfs will cause an

Completed in 26 milliseconds