Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h643 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1091 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave() function
1215 bond_change_active_slave(bond, best_slave); in bond_select_active_slave()
2124 bond_change_active_slave(bond, NULL); in bond_enslave()
2251 bond_change_active_slave(bond, NULL); in __bond_release_one()
H A Dbond_options.c840 bond_change_active_slave(bond, new_active); in bond_option_active_slave_set()