Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dip_var.h126 uint32_t imo_refcnt; /* ref count */ member
H A Dip_output.c2823 if (++imo->imo_refcnt == 0) { in imo_addref()
2841 if (imo->imo_refcnt == 0) { in imo_remref()
2848 --imo->imo_refcnt; in imo_remref()
2849 if (imo->imo_refcnt > 0) { in imo_remref()