Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_3ad.c1378 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local
1394 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()
1395 last_port = curr_port, in ad_port_selection_logic()
1396 curr_port = curr_port->next_port_in_aggregator) { in ad_port_selection_logic()
1397 if (curr_port == port) { in ad_port_selection_logic()
1431 if (!curr_port) { in ad_port_selection_logic()