Lines Matching refs:rtnl_dereference

500 		struct slave *curr_active = rtnl_dereference(bond->curr_active_slave);  in bond_set_promiscuity()
523 struct slave *curr_active = rtnl_dereference(bond->curr_active_slave); in bond_set_allmulti()
716 struct slave *prim = rtnl_dereference(bond->primary_slave); in bond_choose_primary_or_current()
717 struct slave *curr = rtnl_dereference(bond->curr_active_slave); in bond_choose_primary_or_current()
819 old_active = rtnl_dereference(bond->curr_active_slave); in bond_change_active_slave()
926 if (best_slave != rtnl_dereference(bond->curr_active_slave)) { in bond_select_active_slave()
1841 if (rtnl_dereference(bond->primary_slave) == slave) in __bond_release_one()
2096 primary = rtnl_dereference(bond->primary_slave); in bond_miimon_commit()
2725 if (rtnl_dereference(bond->curr_active_slave) != slave || in bond_ab_arp_commit()
2726 (!rtnl_dereference(bond->curr_active_slave) && in bond_ab_arp_commit()
2730 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
2742 if (!rtnl_dereference(bond->curr_active_slave) || in bond_ab_arp_commit()
2743 slave == rtnl_dereference(bond->primary_slave)) in bond_ab_arp_commit()
2761 if (slave == rtnl_dereference(bond->curr_active_slave)) { in bond_ab_arp_commit()
2976 primary = rtnl_dereference(bond->primary_slave); in bond_slave_netdev_event()
3823 old_arr = rtnl_dereference(bond->slave_arr); in bond_update_slave_arr()
3847 old_arr = rtnl_dereference(bond->slave_arr); in bond_update_slave_arr()
3863 old_arr = rtnl_dereference(bond->slave_arr); in bond_update_slave_arr()
4185 arr = rtnl_dereference(bond->slave_arr); in bond_uninit()