Lines Matching defs:best_la
616 struct lacp_aggregator *best_la = NULL;
638 best_la = la;
643 KASSERT(best_la == NULL || best_la->la_nports > 0);
644 KASSERT(best_la == NULL || !TAILQ_EMPTY(&best_la->la_ports));
647 if (lsc->lsc_active_aggregator != best_la) {
656 lacp_format_lagid_aggregator(best_la, buf, sizeof(buf))));
659 if (lsc->lsc_active_aggregator != best_la) {
660 lsc->lsc_active_aggregator = best_la;
661 if (best_la) {
662 lacp_suppress_distributing(lsc, best_la);