Searched refs:ips_ip6_asp_refcnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip6_asp.h81 ipst->ips_ip6_asp_refcnt++; \
82 ASSERT(ipst->ips_ip6_asp_refcnt != 0); \
87 ASSERT(ipst->ips_ip6_asp_refcnt != 0); \
88 if (--ipst->ips_ip6_asp_refcnt == 0) { \
H A Dip_stack.h282 uint32_t ips_ip6_asp_refcnt; /* outstanding references */ member in struct:ip_stack
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c247 ipst->ips_ip6_asp_refcnt > 0) {
312 if (!locked && ipst->ips_ip6_asp_refcnt > 0) {
331 ASSERT(ipst->ips_ip6_asp_refcnt == 0);

Completed in 61 milliseconds