Searched refs:curr_port (Results 1 – 1 of 1) sorted by relevance
1387 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local1403 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()1404 last_port = curr_port, in ad_port_selection_logic()1405 curr_port = curr_port->next_port_in_aggregator) { in ad_port_selection_logic()1406 if (curr_port == port) { in ad_port_selection_logic()1440 if (!curr_port) { in ad_port_selection_logic()