Home
last modified time | relevance | path

Searched refs:if_refcount (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_debug.c66 IF_DB_PRINTF("%u", if_refcount); in if_show_ifnet()
H A Dif_var.h314 u_int if_refcount; /* reference count */ member
H A Dif.c646 refcount_init(&ifp->if_refcount, 1); /* Index reference. */ in if_alloc_domain()
728 if (refcount_release(&ifp->if_refcount)) in if_free()
743 refcount_acquire(&ifp->if_refcount); in if_ref()
750 if (!refcount_release(&ifp->if_refcount)) in if_rele()