Searched refs:LACP_STATE_AGGREGATION (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/net/
H A Dtrunklacp.c201 peer->lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |
480 if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0)
997 if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0) {
1111 la->la_actor.lip_state = lp->lp_state & LACP_STATE_AGGREGATION;
1130 if (!(lp->lp_state & LACP_STATE_AGGREGATION) ||
1131 !(lp->lp_partner.lip_state & LACP_STATE_AGGREGATION))
1134 if (!(la->la_actor.lip_state & LACP_STATE_AGGREGATION))
1163 lp->lp_state |= LACP_STATE_AGGREGATION;
1171 lp->lp_state &= ~LACP_STATE_AGGREGATION;
1174 lp->lp_partner.lip_state &= ~LACP_STATE_AGGREGATION;
[all...]
H A Dtrunklacp.h159 #define LACP_STATE_AGGREGATION (1<<2) macro
H A Dif_aggr.c157 #define LACP_STATE_AGGREGATION (1 << 2) macro
1215 p->p_actor_state = LACP_STATE_AGGREGATION;
1661 (ISSET(rpi->lacp_state, LACP_STATE_AGGREGATION) ==
1662 ISSET(lpi->lacp_state, LACP_STATE_AGGREGATION)))
1684 pi->lacp_state = LACP_STATE_AGGREGATION | LACP_STATE_SYNC;
1705 ISSET(pi->lacp_state, LACP_STATE_AGGREGATION))
1721 LACP_STATE_SYNC | LACP_STATE_AGGREGATION;
1946 if (!ISSET(pi->lacp_state, LACP_STATE_AGGREGATION)) {
2451 CLR(p->p_partner_state, LACP_STATE_AGGREGATION);

Completed in 123 milliseconds