Symbol: lp_state
sys/net/agr/ieee8023ad_lacp.c
192
info->lip_state = lp->lp_state;
sys/net/agr/ieee8023ad_lacp.c
269
old_state = lp->lp_state;
sys/net/agr/ieee8023ad_lacp.c
274
lp->lp_state &= ~LACP_STATE_AGGREGATION;
sys/net/agr/ieee8023ad_lacp.c
276
lp->lp_state |= LACP_STATE_AGGREGATION;
sys/net/agr/ieee8023ad_lacp.c
280
if (old_state != lp->lp_state || old_key != lp->lp_key) {
sys/net/agr/ieee8023ad_lacp.c
310
lp->lp_state =
sys/net/agr/ieee8023ad_lacp.c
346
lp->lp_state &= ~LACP_STATE_COLLECTING;
sys/net/agr/ieee8023ad_lacp.c
355
lp->lp_state |= LACP_STATE_COLLECTING;
sys/net/agr/ieee8023ad_lacp.c
369
if ((lp->lp_state & LACP_STATE_DISTRIBUTING) == 0) {
sys/net/agr/ieee8023ad_lacp.c
388
lp->lp_state &= ~LACP_STATE_DISTRIBUTING;
sys/net/agr/ieee8023ad_lacp.c
406
if ((lp->lp_state & LACP_STATE_DISTRIBUTING) != 0) {
sys/net/agr/ieee8023ad_lacp.c
423
lp->lp_state |= LACP_STATE_DISTRIBUTING;
sys/net/agr/ieee8023ad_lacp.c
533
KASSERT((lp->lp_state & LACP_STATE_DISTRIBUTING) != 0);
sys/net/agr/ieee8023ad_lacp.c
675
if (!(lp->lp_state & LACP_STATE_AGGREGATION)) {
sys/net/agr/ieee8023ad_lacp_select.c
143
la->la_actor.lip_state = lp->lp_state & LACP_STATE_AGGREGATION;
sys/net/agr/ieee8023ad_lacp_select.c
165
if (!(lp->lp_state & LACP_STATE_AGGREGATION) ||
sys/net/agr/ieee8023ad_lacp_sm_mux.c
110
lp->lp_state &= ~LACP_STATE_SYNC;
sys/net/agr/ieee8023ad_lacp_sm_mux.c
128
lp->lp_state |= LACP_STATE_SYNC;
sys/net/agr/ieee8023ad_lacp_sm_mux.c
134
lp->lp_state |= LACP_STATE_COLLECTING;
sys/net/agr/ieee8023ad_lacp_sm_ptx.c
84
if (!(lp->lp_state & LACP_STATE_ACTIVITY) &&
sys/net/agr/ieee8023ad_lacp_sm_rx.c
107
timeout = (lp->lp_state & LACP_STATE_TIMEOUT) ?
sys/net/agr/ieee8023ad_lacp_sm_rx.c
111
lp->lp_state &= ~LACP_STATE_EXPIRED;
sys/net/agr/ieee8023ad_lacp_sm_rx.c
127
lp->lp_state |= LACP_STATE_EXPIRED;
sys/net/agr/ieee8023ad_lacp_sm_rx.c
134
if ((lp->lp_state & LACP_STATE_EXPIRED) == 0) {
sys/net/agr/ieee8023ad_lacp_sm_rx.c
143
lp->lp_state &= ~LACP_STATE_EXPIRED;
sys/net/agr/ieee8023ad_lacp_sm_rx.c
161
|| ((lp->lp_state & LACP_STATE_ACTIVITY) &&
sys/net/agr/ieee8023ad_lacp_sm_rx.c
166
((LACP_STATE_EQ(lp->lp_state, du->ldu_partner.lip_state,
sys/net/agr/ieee8023ad_lacp_sm_rx.c
175
lp->lp_state &= ~LACP_STATE_DEFAULTED;
sys/net/agr/ieee8023ad_lacp_sm_rx.c
192
!LACP_STATE_EQ(lp->lp_state, du->ldu_partner.lip_state,
sys/net/agr/ieee8023ad_lacp_sm_rx.c
208
lp->lp_state |= LACP_STATE_DEFAULTED;
sys/net/agr/ieee8023ad_lacp_sm_rx.c
86
if (!(lp->lp_state & LACP_STATE_AGGREGATION)) {
sys/net/agr/ieee8023ad_lacp_sm_tx.c
56
if (!(lp->lp_state & LACP_STATE_AGGREGATION)
sys/net/agr/ieee8023ad_lacp_sm_tx.c
58
|| (!(lp->lp_state & LACP_STATE_ACTIVITY)