Searched refs:current_arp_slave (Results 1 – 2 of 2) sorted by relevance
1830 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()2470 curr_arp_slave = rcu_dereference(bond->current_arp_slave); in bond_arp_rcv()2684 !rcu_access_pointer(bond->current_arp_slave) && in bond_ab_arp_inspect()2728 struct slave *current_arp_slave; in bond_ab_arp_commit() local2730 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()2732 if (current_arp_slave) { in bond_ab_arp_commit()2734 current_arp_slave, in bond_ab_arp_commit()2736 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()2762 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()2790 *curr_arp_slave = rcu_dereference(bond->current_arp_slave), in bond_ab_arp_probe()[all …]
202 struct slave __rcu *current_arp_slave; member