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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h137 uint32_t imo_refcnt; /* ref count */ member in struct:ip_moptions
H A Dip_output.c2903 if (++imo->imo_refcnt == 0) {
2920 if (imo->imo_refcnt == 0) {
2927 --imo->imo_refcnt;
2928 if (imo->imo_refcnt > 0) {

Completed in 35 milliseconds