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

  /src/sys/net/lagg/
if_laggproto.h 214 #define LAGG_PORTS_FIRST(_sc) SIMPLEQ_FIRST(&(_sc)->sc_ports)
if_lagg.c 458 while ((lp = LAGG_PORTS_FIRST(sc)) != NULL) {
2578 while ((lp = LAGG_PORTS_FIRST(sc)) != NULL) {

Completed in 12 milliseconds