Searched refs:curr_active_slave (Results 1 – 6 of 6) sorted by relevance
358 struct slave *curr_active = rtnl_dereference(bond->curr_active_slave); in rlb_teach_disabled_mac_on_primary()418 if (slave != rtnl_dereference(bond->curr_active_slave)) in rlb_clear_slave()556 struct slave *assigned_slave, *curr_active_slave; in rlb_choose_channel() local562 curr_active_slave = rcu_dereference(bond->curr_active_slave); in rlb_choose_channel()587 if (curr_active_slave && in rlb_choose_channel()588 client_info->slave != curr_active_slave) { in rlb_choose_channel()589 client_info->slave = curr_active_slave; in rlb_choose_channel()1152 struct slave *has_bond_addr = rcu_access_pointer(bond->curr_active_slave); in alb_handle_addr_collision_on_attach()1315 tx_slave = rcu_dereference(bond->curr_active_slave); in bond_do_alb_xmit()1321 if (tx_slave != rcu_access_pointer(bond->curr_active_slave)) { in bond_do_alb_xmit()[all …]
433 slave = rcu_dereference(bond->curr_active_slave); in bond_ipsec_add_sa()475 slave = rcu_dereference(bond->curr_active_slave); in bond_ipsec_add_sa_all()520 slave = rcu_dereference(bond->curr_active_slave); in bond_ipsec_del_sa()558 slave = rcu_dereference(bond->curr_active_slave); in bond_ipsec_del_sa_all()599 curr_active = rcu_dereference(bond->curr_active_slave); in bond_ipsec_offload_ok()795 struct slave *curr_active = rtnl_dereference(bond->curr_active_slave); in bond_set_promiscuity()818 struct slave *curr_active = rtnl_dereference(bond->curr_active_slave); in bond_set_allmulti()1029 struct slave *curr = rtnl_dereference(bond->curr_active_slave); in bond_choose_primary_or_current()1096 slave = rcu_dereference(bond->curr_active_slave); in bond_should_notify_peers()1133 old_active = rtnl_dereference(bond->curr_active_slave); in bond_change_active_slave()[all …]
65 curr = rcu_dereference(bond->curr_active_slave); in bond_info_show_master()
872 RCU_INIT_POINTER(bond->curr_active_slave, NULL); in bond_option_active_slave_set()875 struct slave *old_active = rtnl_dereference(bond->curr_active_slave); in bond_option_active_slave_set()
211 struct slave __rcu *curr_active_slave; member348 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu()
716 curr_active_slave) while having a unique hardware718 curr_active_slave fails its hardware address is719 swapped with the new curr_active_slave that was