Searched refs:temp_port (Results 1 – 1 of 1) sorted by relevance
1975 struct port *port, *prev_port, *temp_port; in bond_3ad_unbind_slave() local2042 for (temp_port = aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()2043 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()2044 temp_port->aggregator = new_aggregator; in bond_3ad_unbind_slave()2045 temp_port->actor_port_aggregator_identifier = new_aggregator->aggregator_identifier; in bond_3ad_unbind_slave()2076 for (temp_port = temp_aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()2077 prev_port = temp_port, in bond_3ad_unbind_slave()2078 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()2079 if (temp_port == port) { // the aggregator found - detach the port from this aggregator in bond_3ad_unbind_slave()2081 prev_port->next_port_in_aggregator = temp_port->next_port_in_aggregator; in bond_3ad_unbind_slave()[all …]