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

/linux-master/drivers/net/bonding/
H A Dbond_3ad.c1507 struct port *last_port = NULL, *curr_port; local
1523 for (curr_port = temp_aggregator->lag_ports; curr_port;
1524 last_port = curr_port,
1525 curr_port = curr_port->next_port_in_aggregator) {
1526 if (curr_port == port) {
1560 if (!curr_port) {

Completed in 115 milliseconds