Searched refs:new_aggregator (Results 1 – 1 of 1) sorted by relevance
2088 struct aggregator *aggregator, *new_aggregator, *temp_aggregator; in bond_3ad_unbind_slave() local2128 new_aggregator = &(SLAVE_AD_INFO(slave_iter)->aggregator); in bond_3ad_unbind_slave()2132 if (!new_aggregator->lag_ports || in bond_3ad_unbind_slave()2133 ((new_aggregator->lag_ports == port) && in bond_3ad_unbind_slave()2134 !new_aggregator->lag_ports->next_port_in_aggregator)) in bond_3ad_unbind_slave()2138 new_aggregator = NULL; in bond_3ad_unbind_slave()2144 …if ((new_aggregator) && ((!new_aggregator->lag_ports) || ((new_aggregator->lag_ports == port) && !… in bond_3ad_unbind_slave()2147 new_aggregator->aggregator_identifier); in bond_3ad_unbind_slave()2149 if ((new_aggregator->lag_ports == port) && in bond_3ad_unbind_slave()2150 new_aggregator->is_active) { in bond_3ad_unbind_slave()[all …]