Home
last modified time | relevance | path

Searched refs:canp_refcount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netcan/
H A Dcan_pcb.c110 canp->canp_refcount = 1; in can_pcballoc()
208 canp->canp_refcount++; in canp_ref()
215 canp->canp_refcount--; in canp_unref()
216 KASSERT(canp->canp_refcount >= 0); in canp_unref()
217 if (canp->canp_refcount > 0) { in canp_unref()
H A Dcan_pcb.h61 int canp_refcount; member