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

  /src/sys/netcan/
if_canloop.c 73 static int canloop_count; variable in typeref:typename:int
92 canloop_count = 0;
99 if (canloop_count > 0)
128 canloop_count++;
148 canloop_count--;
149 KASSERT(canloop_count >= 0);

Completed in 12 milliseconds