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

  /src/sys/netcan/
can_pcb.h 61 int canp_refcount; member in struct:canpcb
can_pcb.c 110 canp->canp_refcount = 1;
208 canp->canp_refcount++;
215 canp->canp_refcount--;
216 KASSERT(canp->canp_refcount >= 0);
217 if (canp->canp_refcount > 0) {

Completed in 12 milliseconds