Searched refs:im6o_refcnt (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h137 uint32_t im6o_refcnt; /* ref count */ member in struct:ip6_moptions
H A Dip6_output.c3137 if (++im6o->im6o_refcnt == 0) {
3154 if (im6o->im6o_refcnt == 0) {
3161 --im6o->im6o_refcnt;
3162 if (im6o->im6o_refcnt > 0) {

Completed in 69 milliseconds