Lines Matching defs:aggregator
180 typedef struct aggregator { struct
181 struct mac_addr aggregator_mac_address; argument
182 u16 aggregator_identifier; argument
184 u16 actor_admin_aggregator_key; argument
185 u16 actor_oper_aggregator_key; argument
188 u16 partner_oper_aggregator_key; argument
193 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ argument
194 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */ argument
196 } aggregator_t; argument
245 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ member
273 struct aggregator aggregator; /* 802.3ad aggregator structure */ member