Home
last modified time | relevance | path

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.h79 ipst->ips_ip6_asp_refcnt++; \
80 ASSERT(ipst->ips_ip6_asp_refcnt != 0); \
85 ASSERT(ipst->ips_ip6_asp_refcnt != 0); \
86 if (--ipst->ips_ip6_asp_refcnt == 0) { \
H A Dip_stack.h291 uint32_t ips_ip6_asp_refcnt; /* outstanding references */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c268 ipst->ips_ip6_asp_refcnt > 0) { in ip6_asp_check_for_updates()
333 if (!locked && ipst->ips_ip6_asp_refcnt > 0) { in ip6_asp_replace()
352 ASSERT(ipst->ips_ip6_asp_refcnt == 0); in ip6_asp_replace()