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

  /src/sys/altq/
altq_conf.c 300 static struct altqsw noqdisc = {"noq", noopen, noclose, noioctl}; variable in typeref:struct:altqsw
302 static struct altqsw noqdisc = {"noq"}; variable in typeref:struct:altqsw
362 altqsw[type] = noqdisc;
altq_conf.c 300 static struct altqsw noqdisc = {"noq", noopen, noclose, noioctl}; variable in typeref:struct:altqsw
302 static struct altqsw noqdisc = {"noq"}; variable in typeref:struct:altqsw
362 altqsw[type] = noqdisc;

Completed in 22 milliseconds