K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2015-01-06T08:39:06.536719Z K 7 svn:log V 497 Merge: r258322 from projects/pf branch Split functions that initialize various pf parts into their vimage parts and global parts. Since global parts appeared to be only mutex initializations, just abandon them and use MTX_SYSINIT() instead. Kill my incorrect VNET_FOREACH() iterator and instead use correct approach with VNET_SYSINIT(). PR: 194515 Differential Revision: D1309 Submitted by: glebius, Nikos Vassiliadis Reviewed by: trociny, zec, gnn END