Searched defs:inpcbinfo (Results 1 – 1 of 1) sorted by relevance
330 struct inpcbinfo { struct334 struct mtx ipi_lock;335 struct inpcbhead ipi_listhead; /* (r:e/w:g) */336 u_int ipi_count; /* (g) */342 u_quad_t ipi_gencnt; /* (g) */347 u_short ipi_lastport; /* (h) */348 u_short ipi_lastlow; /* (h) */349 u_short ipi_lasthi; /* (h) */354 uma_zone_t ipi_zone; /* (c) */355 uma_zone_t ipi_portzone; /* (c) */[all …]