actor_oper_port_key  459 drivers/net/bonding/bond_3ad.c 	     (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) &&
actor_oper_port_key  621 drivers/net/bonding/bond_3ad.c 		    (ntohs(lacpdu->partner_key) != port->actor_oper_port_key) ||
actor_oper_port_key  790 drivers/net/bonding/bond_3ad.c 	lacpdu->actor_key = htons(port->actor_oper_port_key);
actor_oper_port_key 1153 drivers/net/bonding/bond_3ad.c 			if (!(port->actor_oper_port_key & AD_DUPLEX_KEY_MASKS))
actor_oper_port_key 1462 drivers/net/bonding/bond_3ad.c 		if (((aggregator->actor_oper_aggregator_key == port->actor_oper_port_key) && /* if all parameters match AND */
actor_oper_port_key 1502 drivers/net/bonding/bond_3ad.c 			if (port->actor_oper_port_key & AD_DUPLEX_KEY_MASKS)
actor_oper_port_key 1511 drivers/net/bonding/bond_3ad.c 				port->actor_oper_port_key;
actor_oper_port_key 2450 drivers/net/bonding/bond_3ad.c 	u16 old_oper_key = port->actor_oper_port_key;
actor_oper_port_key 2459 drivers/net/bonding/bond_3ad.c 	port->actor_oper_port_key = port->actor_admin_port_key;
actor_oper_port_key 2461 drivers/net/bonding/bond_3ad.c 	if (old_oper_key != port->actor_oper_port_key) {
actor_oper_port_key  216 drivers/net/bonding/bond_procfs.c 					   port->actor_oper_port_key);
actor_oper_port_key  216 include/net/bond_3ad.h 	u16 actor_oper_port_key;