Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c77 new->netd_refcnt = 1; in net_protocol_register()
137 atomic_inc_32((uint_t *)&nd->netd_refcnt); in net_protocol_lookup()
152 ASSERT(info->netd_refcnt > 0); in net_protocol_release()
160 if (atomic_dec_32_nv((uint_t *)&info->netd_refcnt) == 0) { in net_protocol_release()
204 atomic_inc_32((uint_t *)&n->netd_refcnt); in net_protocol_walk()
/illumos-gate/usr/src/uts/common/sys/
H A Dneti.h158 int netd_refcnt; member