Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_private.h69 u_int if_refcount; /* reference count */ member
H A Dif.c571 refcount_init(&ifp->if_refcount, 1); /* Index reference. */ in if_alloc_domain()
689 if (refcount_release(&ifp->if_refcount)) in if_free()
704 old = refcount_acquire(&ifp->if_refcount); in if_ref()
712 return (refcount_acquire_if_not_zero(&ifp->if_refcount)); in if_try_ref()
719 if (!refcount_release(&ifp->if_refcount)) in if_rele()
5186 IF_DB_PRINTF("%u", if_refcount); in if_show_ifnet()