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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c1286 struct port *last_port = NULL, *curr_port; local
1298 for (curr_port=temp_aggregator->lag_ports; curr_port; last_port=curr_port, curr_port=curr_port->next_port_in_aggregator) {
1299 if (curr_port == port) {
1322 if (!curr_port) { // meaning: the port was related to an aggregator but was not on the aggregator port list

Completed in 162 milliseconds