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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c133 static struct inpcbinfo divcbinfo; variable in typeref:struct:inpcbinfo
154 divcbinfo.listhead = &divcb;
160 divcbinfo.hashbase = hashinit(1, M_PCB, &divcbinfo.hashmask);
161 divcbinfo.porthashbase = hashinit(1, M_PCB, &divcbinfo.porthashmask);
162 divcbinfo.ipi_zone = (void *) zinit(sizeof(struct inpcb),(maxsockets * sizeof(struct inpcb)),
164 pcbinfo = &divcbinfo;
282 lck_rw_lock_shared(divcbinfo.mtx);
300 lck_rw_done(divcbinfo
[all...]

Completed in 12 milliseconds