Lines Matching refs:temp_port
1990 struct port *port, *prev_port, *temp_port; in bond_3ad_unbind_slave() local
2071 for (temp_port = aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()
2072 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()
2073 temp_port->aggregator = new_aggregator; in bond_3ad_unbind_slave()
2074 temp_port->actor_port_aggregator_identifier = new_aggregator->aggregator_identifier; in bond_3ad_unbind_slave()
2109 for (temp_port = temp_aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()
2110 prev_port = temp_port, in bond_3ad_unbind_slave()
2111 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()
2112 if (temp_port == port) { in bond_3ad_unbind_slave()
2117 prev_port->next_port_in_aggregator = temp_port->next_port_in_aggregator; in bond_3ad_unbind_slave()
2119 temp_aggregator->lag_ports = temp_port->next_port_in_aggregator; in bond_3ad_unbind_slave()