Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_arp.h76 uint_t arl_refcnt; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c183 arl->arl_refcnt++; in arl_refhold_locked()
184 ASSERT(arl->arl_refcnt != 0); in arl_refhold_locked()
191 ASSERT(arl->arl_refcnt != 0); in arl_refrele()
192 arl->arl_refcnt--; in arl_refrele()
193 if (arl->arl_refcnt > 1) { in arl_refrele()
1902 while (arl->arl_refcnt != 0) in arp_modclose()
2475 while (arl->arl_refcnt != 1) in arp_unbind_complete()