K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-06-05T19:51:37.740879Z K 7 svn:log V 346 - Join "frag reassembly entry" and "frag cache entry" into one union. Allocate union item from single zone, and assign the frag limit to that zone. - Allocate both kinds of fragments from one zone. - Remove global counters, use uma_zone_get_cur() isntead. Minor nits: - M_ZERO instead of bzero() - Reduce lock coverage in pf_normalize_ip(). END