Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/ !
H A Dip6_var.h127 uint32_t im6o_refcnt; /* ref count */ member
H A Dip6_output.c3467 if (++im6o->im6o_refcnt == 0) { in im6o_addref()
3485 if (im6o->im6o_refcnt == 0) { in im6o_remref()
3492 --im6o->im6o_refcnt; in im6o_remref()
3493 if (im6o->im6o_refcnt > 0) { in im6o_remref()