Home
last modified time | relevance | path

Searched refs:best_aggregator (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/bonding/
Dbond_3ad.c1491 struct aggregator *best_aggregator = NULL, *active_aggregator = NULL; in ad_agg_selection_logic() local
1510 best_aggregator=NULL; // disregard the best aggregator that was chosen by now in ad_agg_selection_logic()
1517 if (best_aggregator) { // if there is a candidte aggregator in ad_agg_selection_logic()
1527 if (!aggregator->is_individual && best_aggregator->is_individual) { in ad_agg_selection_logic()
1528 best_aggregator=aggregator; in ad_agg_selection_logic()
1531 else if ((aggregator->is_individual && best_aggregator->is_individual) || in ad_agg_selection_logic()
1532 (!aggregator->is_individual && !best_aggregator->is_individual)) { in ad_agg_selection_logic()
1536 !MAC_ADDRESS_COMPARE(&(best_aggregator->partner_system), &(null_mac_addr)))) { in ad_agg_selection_logic()
1537 best_aggregator=aggregator; in ad_agg_selection_logic()
1541 MAC_ADDRESS_COMPARE(&(best_aggregator->partner_system), &(null_mac_addr)))) { in ad_agg_selection_logic()
[all …]