Lines Matching refs:current_arp_slave
2374 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
3048 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()
3258 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_na_rcv()
3494 !rcu_access_pointer(bond->current_arp_slave) && in bond_ab_arp_inspect()
3538 struct slave *current_arp_slave; in bond_ab_arp_commit() local
3540 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
3543 if (current_arp_slave) { in bond_ab_arp_commit()
3545 current_arp_slave, in bond_ab_arp_commit()
3547 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3572 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3588 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3614 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe()
3680 rcu_assign_pointer(bond->current_arp_slave, new_slave); in bond_ab_arp_probe()