Searched refs:temp_aggregator (Results 1 – 1 of 1) sorted by relevance
1552 struct aggregator *aggregator, *free_aggregator = NULL, *temp_aggregator; in ad_port_selection_logic() local1566 temp_aggregator = rcu_dereference(port->aggregator); in ad_port_selection_logic()1567 if (temp_aggregator) { in ad_port_selection_logic()1569 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()1573 temp_aggregator->num_of_ports--; in ad_port_selection_logic()1578 temp_aggregator->lag_ports = in ad_port_selection_logic()1597 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()1601 if (!temp_aggregator->lag_ports) in ad_port_selection_logic()1602 ad_clear_agg(temp_aggregator); in ad_port_selection_logic()1614 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()[all …]