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

/drivers/net/bonding/
H A Dbond_3ad.c1269 struct port *last_port = NULL, *curr_port; local
1280 for (curr_port = temp_aggregator->lag_ports; curr_port;
1281 last_port = curr_port,
1282 curr_port = curr_port->next_port_in_aggregator) {
1283 if (curr_port == port) {
1307 if (!curr_port) { // meaning: the port was related to an aggregator but was not on the aggregator port list

Completed in 11 milliseconds