Searched defs:inpcbinfo (Results 1 – 1 of 1) sorted by relevance
354 struct inpcbinfo { struct358 struct mtx ipi_lock;359 struct inpcbhead ipi_listhead; /* (r:e/w:g) */360 u_int ipi_count; /* (g) */366 u_quad_t ipi_gencnt; /* (g) */371 u_short ipi_lastport; /* (h) */372 u_short ipi_lastlow; /* (h) */373 u_short ipi_lasthi; /* (h) */378 uma_zone_t ipi_zone; /* (c) */379 uma_zone_t ipi_portzone; /* (c) */[all …]