Lines Matching defs:ad_info
2642 * @ad_info: ad_info struct to fill with the bond's info
2648 struct ad_info *ad_info)
2666 ad_info->aggregator_id = aggregator->aggregator_identifier;
2667 ad_info->ports = __agg_active_ports(aggregator);
2668 ad_info->actor_key = aggregator->actor_oper_aggregator_key;
2669 ad_info->partner_key = aggregator->partner_oper_aggregator_key;
2670 ether_addr_copy(ad_info->partner_system,
2675 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info)
2680 ret = __bond_3ad_get_active_agg_info(bond, ad_info);