Home
last modified time | relevance | path

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

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