Lines Matching defs:active
148 "1 for active-backup, 2 for balance-xor, "
159 "2 for only on active slave "
182 "0 for none (default), 1 for active, "
187 MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to "
189 "1 for active, 2 for follow");
192 "by setting active flag for all slaves; "
276 [BOND_MODE_ACTIVEBACKUP] = "fault-tolerance (active-backup)",
842 * device and retransmit an IGMP JOIN request to the current active
879 * old active slaves (if any). Modes that are not using primary keep all
980 * if just old_active, do nothing (going to no active slave)
1005 slave_err(bond->dev, new_active->dev, "Error %d setting MAC of new active slave\n",
1020 slave_err(bond->dev, old_active->dev, "Error %d setting MAC of old active slave\n",
1098 * bond_find_best_slave - select the best available slave to be the active one
1146 * bond_change_active_slave - change the active slave into the specified one
1148 * @new_active: the new slave to make the active one
1180 slave_info(bond->dev, new_active->dev, "making interface the new active one %d ms earlier\n",
1195 slave_info(bond->dev, new_active->dev, "making interface the new active one\n");
1250 /* resend IGMP joins since active slave has changed or
1264 * bond_select_active_slave - select a new active slave, if needed
1289 netdev_info(bond->dev, "active interface up!\n");
1291 netdev_info(bond->dev, "now running without any active interface!\n");
1525 /* On bonding slaves other than the currently active slave, suppress
1933 "Only active-backup mode is supported for infiniband slaves");
1945 slave_warn(bond_dev, slave_dev, "Setting fail_over_mac to active for active-backup mode\n");
1948 "Slave device does not support setting the MAC address, but fail_over_mac is not set to active");
2145 slave_dbg(bond_dev, slave_dev, "This slave is always active in trunk mode\n");
2147 /* always active in trunk mode */
2277 bond_is_active_slave(new_slave) ? "an active" : "a backup",
2418 bond_is_active_slave(slave) ? "active" : "backup");
2442 * but before a new active slave is selected.
2619 "active " : "backup ") : "",
2707 struct slave *slave, *primary, *active;
2742 /* prevent it from being the active one */
2745 /* make it immediately active */
2755 active = rtnl_dereference(bond->curr_active_slave);
2756 if (!active || slave == primary || slave->prio > active->prio)
3119 * (a) the slave receiving the ARP is active (which includes the
3122 * (b) the receiving slave isn't active, but there is a currently
3123 * active slave and it received valid arp reply(s) after it became
3124 * the currently active slave, or
3403 * arp monitoring in active backup mode.
3513 /* Called to inspect slaves for active-backup mode ARP monitor link state
3543 * active. This avoids bouncing, as the last receive
3586 * active-backup mode ARP monitor.
3655 * the current active slave.
3678 /* Send ARP probes for active-backup mode ARP monitor.
3933 * an active-backup bond, slaves need
3959 netdev_info(bond->dev, "Primary slave changed to %s, reselecting active slave\n",
4700 * different mtu values than the active slave we'll
4970 /* In active-backup mode, we know that bond->curr_active_slave is always valid if
5093 /* No active aggragator means it's not safe to use
5905 /* set up xfrm device ops (only supported in active-backup right now) */
5935 /* Only enable XFRM features if this is an active-backup config */
6236 * in active backup, TLB or ALB modes
6268 pr_warn("Warning: fail_over_mac only affects active-backup mode\n");