Searched refs:bond_change_active_slave (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 644 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 668 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 1092 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave() function 1216 bond_change_active_slave(bond, best_slave); in bond_select_active_slave() 2067 * bond_change_active_slave(). in bond_enslave() 2136 bond_change_active_slave(bond, NULL); in bond_enslave() 2263 bond_change_active_slave(bond, NULL); in __bond_release_one() 2305 * bond_change_active_slave(..., NULL) in __bond_release_one()
|
H A D | bond_options.c | 840 bond_change_active_slave(bond, new_active); in bond_option_active_slave_set()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 1146 * bond_change_active_slave - change the active slave into the specified one 1160 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave() function 1283 bond_change_active_slave(bond, best_slave); in bond_select_active_slave() 2196 * bond_change_active_slave(). in bond_enslave() 2300 bond_change_active_slave(bond, NULL); in bond_enslave() 2436 bond_change_active_slave(bond, NULL); in __bond_release_one() 2478 * bond_change_active_slave(..., NULL) in __bond_release_one()
|
H A D | bond_options.c | 938 bond_change_active_slave(bond, new_active); in bond_option_active_slave_set()
|
Completed in 21 milliseconds