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

/openbsd-current/sys/net/
H A Dtrunklacp.h219 int lp_flags; member in struct:lacp_port
H A Dtrunklacp.c838 lp->lp_flags |= LACP_PORT_MARK;
1601 lp->lp_flags &= ~LACP_PORT_NTT;
1604 if (!(lp->lp_flags & LACP_PORT_NTT))
1617 lp->lp_flags &= ~LACP_PORT_NTT;
1626 lp->lp_flags |= LACP_PORT_NTT;
1705 lp->lp_flags &= ~LACP_PORT_MARK;
1710 if (lp2->lp_flags & LACP_PORT_MARK) {

Completed in 91 milliseconds