Lines Matching defs:new
878 /* Update the hardware address list and promisc/allmulti for the new and
1005 slave_err(bond->dev, new_active->dev, "Error %d setting MAC of new active slave\n",
1148 * @new_active: the new slave to make the active one
1150 * Set the new slave to the bond's settings and unset them on the old
1154 * If @new's link state is %BOND_LINK_BACK we'll set it to %BOND_LINK_UP,
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");
1264 * bond_select_active_slave - select a new active slave, if needed
2164 slave_info(bond_dev, slave_dev, "master_dev is using netpoll, but new slave device does not support netpoll\n");
2199 /* set promiscuity level to new slave */
2206 /* set allmulti level to new slave */
2442 * but before a new active slave is selected.
2783 slave_err(bond->dev, slave->dev, "invalid new link %d on slave\n",
3556 * searching for a new one; under this condition
3953 /* we have a new primary slave */
4358 const u64 *new = (const u64 *)_new;
4364 u64 nv = new[i];
4440 const struct rtnl_link_stats64 *new =
4443 bond_fold_stats(stats, new, &slave->slave_stats);
4446 memcpy(&slave->slave_stats, new, sizeof(*new));
4646 * struct neigh_parms, but propagate the new neigh_setup()
4697 /* If we failed to set the slave's mtu to the new value
6391 /* Create a new bond based on the specified name and bonding parameters.