Lines Matching refs:current_arp_slave
1809 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
2449 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
2663 !rcu_access_pointer(bond->current_arp_slave) && in bond_ab_arp_inspect()
2707 struct slave *current_arp_slave; in bond_ab_arp_commit() local
2709 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
2711 if (current_arp_slave) { in bond_ab_arp_commit()
2713 current_arp_slave, in bond_ab_arp_commit()
2715 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
2741 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
2769 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe()
2836 rcu_assign_pointer(bond->current_arp_slave, new_slave); in bond_ab_arp_probe()