Searched defs:inpcbinfo (Results 1 – 1 of 1) sorted by relevance
329 struct inpcbinfo { struct333 struct mtx ipi_lock;334 struct inpcbhead ipi_listhead; /* (r:e/w:g) */335 u_int ipi_count; /* (g) */341 u_quad_t ipi_gencnt; /* (g) */346 u_short ipi_lastport; /* (h) */347 u_short ipi_lastlow; /* (h) */348 u_short ipi_lasthi; /* (h) */353 uma_zone_t ipi_zone; /* (c) */354 uma_zone_t ipi_portzone; /* (c) */[all …]