Searched refs:swap_slave (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 1712 struct slave *swap_slave; in bond_alb_handle_active_change() local 1725 swap_slave = curr_active; in bond_alb_handle_active_change() 1734 if (!swap_slave) in bond_alb_handle_active_change() 1735 swap_slave = bond_slave_has_mac(bond, bond->dev->dev_addr); in bond_alb_handle_active_change() 1737 /* Arrange for swap_slave and new_slave to temporarily be in bond_alb_handle_active_change() 1741 if (swap_slave) in bond_alb_handle_active_change() 1742 tlb_clear_slave(bond, swap_slave, 1); in bond_alb_handle_active_change() 1767 if (swap_slave) { in bond_alb_handle_active_change() 1769 alb_swap_mac_addr(swap_slave, new_slave); in bond_alb_handle_active_change() 1770 alb_fasten_mac_swap(bond, swap_slave, new_slav in bond_alb_handle_active_change() 1786 struct slave *swap_slave; bond_alb_set_mac_address() local [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 1719 struct slave *swap_slave; in bond_alb_handle_active_change() local 1732 swap_slave = curr_active; in bond_alb_handle_active_change() 1741 if (!swap_slave) in bond_alb_handle_active_change() 1742 swap_slave = bond_slave_has_mac(bond, bond->dev->dev_addr); in bond_alb_handle_active_change() 1744 /* Arrange for swap_slave and new_slave to temporarily be in bond_alb_handle_active_change() 1748 if (swap_slave) in bond_alb_handle_active_change() 1749 tlb_clear_slave(bond, swap_slave, 1); in bond_alb_handle_active_change() 1773 if (swap_slave) { in bond_alb_handle_active_change() 1775 alb_swap_mac_addr(swap_slave, new_slave); in bond_alb_handle_active_change() 1776 alb_fasten_mac_swap(bond, swap_slave, new_slav in bond_alb_handle_active_change() 1792 struct slave *swap_slave; bond_alb_set_mac_address() local [all...] |
Completed in 5 milliseconds