Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_alb.c1726 struct slave *swap_slave; in bond_alb_handle_active_change() local
1739 swap_slave = curr_active; in bond_alb_handle_active_change()
1748 if (!swap_slave) in bond_alb_handle_active_change()
1749 swap_slave = bond_slave_has_mac(bond, bond->dev->dev_addr); in bond_alb_handle_active_change()
1755 if (swap_slave) in bond_alb_handle_active_change()
1756 tlb_clear_slave(bond, swap_slave, 1); in bond_alb_handle_active_change()
1779 if (swap_slave) { in bond_alb_handle_active_change()
1781 alb_swap_mac_addr(swap_slave, new_slave); in bond_alb_handle_active_change()
1782 alb_fasten_mac_swap(bond, swap_slave, new_slave); in bond_alb_handle_active_change()
1798 struct slave *swap_slave; in bond_alb_set_mac_address() local
[all …]