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_should_change_active()
717 struct slave *curr = rtnl_dereference(bond->curr_active_slave); in bond_should_change_active()
744 primary = rtnl_dereference(bond->primary_slave); in bond_find_best_slave()
801 old_active = rtnl_dereference(bond->curr_active_slave); in bond_change_active_slave()
908 if (best_slave != rtnl_dereference(bond->curr_active_slave)) { in bond_select_active_slave()
1820 if (rtnl_dereference(bond->primary_slave) == slave) in __bond_release_one()
2075 primary = rtnl_dereference(bond->primary_slave); in bond_miimon_commit()
2704 if (rtnl_dereference(bond->curr_active_slave) != slave || in bond_ab_arp_commit()
2705 (!rtnl_dereference(bond->curr_active_slave) && in bond_ab_arp_commit()
2709 current_arp_slave = rtnl_dereference(bond->current_arp_slave); in bond_ab_arp_commit()
2721 if (!rtnl_dereference(bond->curr_active_slave) || in bond_ab_arp_commit()
2722 slave == rtnl_dereference(bond->primary_slave)) in bond_ab_arp_commit()
2740 if (slave == rtnl_dereference(bond->curr_active_slave)) { in bond_ab_arp_commit()
2957 primary = rtnl_dereference(bond->primary_slave); in bond_slave_netdev_event()
3806 old_arr = rtnl_dereference(bond->slave_arr); in bond_update_slave_arr()
3831 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()
4165 arr = rtnl_dereference(bond->slave_arr); in bond_uninit()