Home
last modified time | relevance | path

Searched refs:bond_change_active_slave (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Dbonding.h540 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c795 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave() function
909 bond_change_active_slave(bond, best_slave); in bond_select_active_slave()
1706 bond_change_active_slave(bond, NULL); in bond_enslave()
1824 bond_change_active_slave(bond, NULL); in __bond_release_one()
Dbond_options.c756 bond_change_active_slave(bond, new_active); in bond_option_active_slave_set()