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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h137 uint32_t imo_refcnt; /* ref count */ member in struct:ip_moptions
H A Dip_output.c2872 if (++imo->imo_refcnt == 0) {
2889 if (imo->imo_refcnt == 0) {
2896 --imo->imo_refcnt;
2897 if (imo->imo_refcnt > 0) {

Completed in 67 milliseconds