K 10 svn:author V 7 glebius K 8 svn:date V 27 2017-05-10T23:32:31.068156Z K 7 svn:log V 281 There is no good reason for TCP reassembly zone to be UMA_ZONE_NOFREE. It has strong locking model, doesn't have any timers associated with entries. The entries theirselves are referenced only from the tcpcb zone, which itself is a normal zone, without the UMA_ZONE_NOFREE flag. END