next_port_in_aggregator  648 drivers/net/bonding/bond_3ad.c 		     port = port->next_port_in_aggregator) {
next_port_in_aggregator  670 drivers/net/bonding/bond_3ad.c 	     port = port->next_port_in_aggregator) {
next_port_in_aggregator  684 drivers/net/bonding/bond_3ad.c 	     port = port->next_port_in_aggregator) {
next_port_in_aggregator 1405 drivers/net/bonding/bond_3ad.c 		     curr_port = curr_port->next_port_in_aggregator) {
next_port_in_aggregator 1413 drivers/net/bonding/bond_3ad.c 						port->next_port_in_aggregator;
next_port_in_aggregator 1418 drivers/net/bonding/bond_3ad.c 					last_port->next_port_in_aggregator =
next_port_in_aggregator 1419 drivers/net/bonding/bond_3ad.c 						port->next_port_in_aggregator;
next_port_in_aggregator 1426 drivers/net/bonding/bond_3ad.c 				port->next_port_in_aggregator = NULL;
next_port_in_aggregator 1475 drivers/net/bonding/bond_3ad.c 			port->next_port_in_aggregator = aggregator->lag_ports;
next_port_in_aggregator 1628 drivers/net/bonding/bond_3ad.c 	     port = port->next_port_in_aggregator) {
next_port_in_aggregator 1754 drivers/net/bonding/bond_3ad.c 			     port = port->next_port_in_aggregator) {
next_port_in_aggregator 1770 drivers/net/bonding/bond_3ad.c 			     port = port->next_port_in_aggregator) {
next_port_in_aggregator 1873 drivers/net/bonding/bond_3ad.c 		port->next_port_in_aggregator = NULL;
next_port_in_aggregator 2123 drivers/net/bonding/bond_3ad.c 		    (aggregator->lag_ports->next_port_in_aggregator)) {
next_port_in_aggregator 2132 drivers/net/bonding/bond_3ad.c 				     !new_aggregator->lag_ports->next_port_in_aggregator))
next_port_in_aggregator 2142 drivers/net/bonding/bond_3ad.c 			if ((new_aggregator) && ((!new_aggregator->lag_ports) || ((new_aggregator->lag_ports == port) && !new_aggregator->lag_ports->next_port_in_aggregator))) {
next_port_in_aggregator 2169 drivers/net/bonding/bond_3ad.c 				     temp_port = temp_port->next_port_in_aggregator) {
next_port_in_aggregator 2208 drivers/net/bonding/bond_3ad.c 		     temp_port = temp_port->next_port_in_aggregator) {
next_port_in_aggregator 2214 drivers/net/bonding/bond_3ad.c 					prev_port->next_port_in_aggregator = temp_port->next_port_in_aggregator;
next_port_in_aggregator 2216 drivers/net/bonding/bond_3ad.c 					temp_aggregator->lag_ports = temp_port->next_port_in_aggregator;
next_port_in_aggregator  243 include/net/bond_3ad.h 	struct port *next_port_in_aggregator;	/* Next port on the linked list of the parent aggregator */