Home
last modified time | relevance | path

Searched refs:temp_aggregator (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_3ad.c1570 struct aggregator *aggregator, *free_aggregator = NULL, *temp_aggregator; in ad_port_selection_logic() local
1584 temp_aggregator = rcu_dereference(port->aggregator); in ad_port_selection_logic()
1585 if (temp_aggregator) { in ad_port_selection_logic()
1587 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()
1591 temp_aggregator->num_of_ports--; in ad_port_selection_logic()
1596 temp_aggregator->lag_ports = in ad_port_selection_logic()
1615 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()
1619 if (!temp_aggregator->lag_ports) in ad_port_selection_logic()
1620 ad_clear_agg(temp_aggregator); in ad_port_selection_logic()
1632 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()
[all …]