LACP_STATE_AGGREGATION
p->p_actor_state = LACP_STATE_AGGREGATION;
(ISSET(rpi->lacp_state, LACP_STATE_AGGREGATION) ==
ISSET(lpi->lacp_state, LACP_STATE_AGGREGATION)))
pi->lacp_state = LACP_STATE_AGGREGATION | LACP_STATE_SYNC;
ISSET(pi->lacp_state, LACP_STATE_AGGREGATION))
LACP_STATE_SYNC | LACP_STATE_AGGREGATION;
if (!ISSET(pi->lacp_state, LACP_STATE_AGGREGATION)) {
CLR(p->p_partner_state, LACP_STATE_AGGREGATION);
la->la_actor.lip_state = lp->lp_state & LACP_STATE_AGGREGATION;
if (!(lp->lp_state & LACP_STATE_AGGREGATION) ||
!(lp->lp_partner.lip_state & LACP_STATE_AGGREGATION))
if (!(la->la_actor.lip_state & LACP_STATE_AGGREGATION))
lp->lp_state |= LACP_STATE_AGGREGATION;
lp->lp_state &= ~LACP_STATE_AGGREGATION;
lp->lp_partner.lip_state &= ~LACP_STATE_AGGREGATION;
if (!(lp->lp_state & LACP_STATE_AGGREGATION))
LACP_STATE_AGGREGATION) &&
|| (du->ldu_partner.lip_state & LACP_STATE_AGGREGATION) == 0)) {
LACP_STATE_ACTIVITY | LACP_STATE_SYNC | LACP_STATE_AGGREGATION)) {
LACP_STATE_AGGREGATION)) {
if (!(lp->lp_state & LACP_STATE_AGGREGATION)
peer->lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |
if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0)
if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0) {