Home
last modified time | relevance | path

Searched refs:temp_port (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_3ad.c2328 struct port *port, *prev_port, *temp_port; in bond_3ad_unbind_slave() local
2411 for (temp_port = aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()
2412 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()
2413 rcu_assign_pointer(temp_port->aggregator, new_aggregator); in bond_3ad_unbind_slave()
2414 temp_port->actor_port_aggregator_identifier = new_aggregator->aggregator_identifier; in bond_3ad_unbind_slave()
2449 for (temp_port = temp_aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()
2450 prev_port = temp_port, in bond_3ad_unbind_slave()
2451 temp_port = temp_port->next_port_in_aggregator) { in bond_3ad_unbind_slave()
2452 if (temp_port == port) { in bond_3ad_unbind_slave()
2457 prev_port->next_port_in_aggregator = temp_port->next_port_in_aggregator; in bond_3ad_unbind_slave()
[all …]