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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h136 uint32_t im6o_refcnt; /* ref count */ member in struct:ip6_moptions
H A Dip6_output.c2936 if (++im6o->im6o_refcnt == 0) {
2953 if (im6o->im6o_refcnt == 0) {
2960 --im6o->im6o_refcnt;
2961 if (im6o->im6o_refcnt > 0) {

Completed in 13 milliseconds