Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c616 port = port->next_port_in_aggregator) { in __agg_ports_are_ready()
638 port = port->next_port_in_aggregator) { in __set_agg_ports_ready()
1327 curr_port = curr_port->next_port_in_aggregator) { in ad_port_selection_logic()
1335 port->next_port_in_aggregator; in ad_port_selection_logic()
1340 last_port->next_port_in_aggregator = in ad_port_selection_logic()
1341 port->next_port_in_aggregator; in ad_port_selection_logic()
1348 port->next_port_in_aggregator = NULL; in ad_port_selection_logic()
1397 port->next_port_in_aggregator = aggregator->lag_ports; in ad_port_selection_logic()
1667 port = port->next_port_in_aggregator) { in ad_agg_selection_logic()
1683 port = port->next_port_in_aggregator) { in ad_agg_selection_logic()
[all …]
/linux-4.4.14/include/net/
Dbond_3ad.h247 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */ member