Searched refs:lp_mux_state (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/net/
H A Dtrunklacp.h217 enum lacp_mux_state lp_mux_state; member in struct:lacp_port
H A Dtrunklacp.c1262 /* LACP_DPRINTF((lp, "%s: state %d\n", __func__, lp->lp_mux_state)); */
1266 KASSERT(lp->lp_mux_state == LACP_MUX_DETACHED || la != NULL);
1267 new_state = lp->lp_mux_state;
1268 switch (lp->lp_mux_state) {
1301 if (lp->lp_mux_state == new_state)
1313 if (lp->lp_mux_state == new_state)
1352 LACP_DPRINTF((lp, "mux_state %d -> %d\n", lp->lp_mux_state, new_state));
1354 lp->lp_mux_state = new_state;

Completed in 69 milliseconds