Lines Matching refs:current_arp_slave
2552 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
3253 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
3464 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_na_rcv()
3700 !rcu_access_pointer(bond->current_arp_slave) && in bond_ab_arp_inspect()
3745 struct slave *current_arp_slave; in bond_ab_arp_commit() local
3747 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
3750 if (current_arp_slave) { in bond_ab_arp_commit()
3752 current_arp_slave, in bond_ab_arp_commit()
3754 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3780 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3796 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3823 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe()
3889 rcu_assign_pointer(bond->current_arp_slave, new_slave); in bond_ab_arp_probe()