Lines Matching defs:inpcbinfo
296 struct inpcbinfo { /* XXX documentation, prefixes */ struct
297 struct lwkt_token *infotoken; /* if this inpcbinfo is shared */ argument
298 struct inpcbhead *hashbase;
299 u_long hashmask;
300 int portinfo_cnt;
301 struct inpcbportinfo *portinfo;
302 struct inpcbport *portsave; /* port allocation cache */
303 struct inpcontainerhead *wildcardhashbase;
304 u_long wildcardhashmask;
305 struct inp_localgrphead *localgrphashbase;
306 u_long localgrphashmask;
307 struct inpcbhead pcblisthead; /* head of queue of active pcb's */
308 size_t ipi_size; /* allocation size for pcbs */
309 u_int ipi_count; /* number of pcbs in this list */
310 int cpu; /* related protocol thread cpu */
311 u_quad_t ipi_gencnt; /* current generation count */