K 10 svn:author V 7 wollman K 8 svn:date V 27 1998-03-24T18:06:34.000000Z K 7 svn:log V 380 Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates its own zone; this is used particularly by TCP which allocates both inpcb and tcpcb in a single allocation. (Some hackery ensures that the tcpcb is reasonably aligned.) Also keep track of the number of pcbs of each type allocated, and keep a generation count (instance version number) for future use. END