Lines Matching defs:ad_info
2618 * @ad_info: ad_info struct to fill with the bond's info
2624 struct ad_info *ad_info)
2642 ad_info->aggregator_id = aggregator->aggregator_identifier;
2643 ad_info->ports = __agg_active_ports(aggregator);
2644 ad_info->actor_key = aggregator->actor_oper_aggregator_key;
2645 ad_info->partner_key = aggregator->partner_oper_aggregator_key;
2646 ether_addr_copy(ad_info->partner_system,
2651 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info)
2656 ret = __bond_3ad_get_active_agg_info(bond, ad_info);