Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dip_arp.h76 uint_t arl_refcnt; member
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_arp.c184 arl->arl_refcnt++; in arl_refhold_locked()
185 ASSERT(arl->arl_refcnt != 0); in arl_refhold_locked()
192 ASSERT(arl->arl_refcnt != 0); in arl_refrele()
193 arl->arl_refcnt--; in arl_refrele()
194 if (arl->arl_refcnt > 1) { in arl_refrele()
1901 while (arl->arl_refcnt != 0) in arp_modclose()
2474 while (arl->arl_refcnt != 1) in arp_unbind_complete()