Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/bonding/
Dbond_alb.c1709 struct slave *swap_slave; in bond_alb_handle_active_change() local
1722 swap_slave = curr_active; in bond_alb_handle_active_change()
1731 if (!swap_slave) in bond_alb_handle_active_change()
1732 swap_slave = bond_slave_has_mac(bond, bond->dev->dev_addr); in bond_alb_handle_active_change()
1738 if (swap_slave) in bond_alb_handle_active_change()
1739 tlb_clear_slave(bond, swap_slave, 1); in bond_alb_handle_active_change()
1764 if (swap_slave) { in bond_alb_handle_active_change()
1766 alb_swap_mac_addr(swap_slave, new_slave); in bond_alb_handle_active_change()
1767 alb_fasten_mac_swap(bond, swap_slave, new_slave); in bond_alb_handle_active_change()
1783 struct slave *swap_slave; in bond_alb_set_mac_address() local
[all …]