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

  /src/sys/net/agr/
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);

Completed in 15 milliseconds