HomeSort by: relevance | last modified time | path
    Searched refs:lp_flags (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_sm_tx.c 62 lp->lp_flags &= ~LACPPORT_NTT;
65 if (!(lp->lp_flags & LACPPORT_NTT)) {
80 lp->lp_flags &= ~LACPPORT_NTT;
91 lp->lp_flags |= LACPPORT_NTT;
ieee8023ad_lacp_impl.h 95 int lp_flags; member in struct:lacp_port
  /src/sys/net/lagg/
if_laggproto.h 76 uint32_t lp_flags; /* port flags */ member in struct:lagg_port
if_lagg_lacp.c 137 unsigned int lp_flags; member in struct:lacp_port
1134 CLR(lacpp->lp_flags, LACP_PORT_MARK);
1144 if (ISSET(lacpp0->lp_flags, LACP_PORT_MARK)) {
1360 if (!ISSET(lacpp->lp_flags, LACP_PORT_NTT))
1370 SET(lacpp->lp_flags, LACP_PORT_NTT);
1377 CLR(lacpp->lp_flags, LACP_PORT_NTT);
2667 SET(lacpp->lp_flags, LACP_PORT_MARK);
if_lagg.c 2626 port->rp_flags = lp->lp_flags;

Completed in 16 milliseconds