K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-06-01T13:37:19.177038Z K 7 svn:log V 439 Make pf table code more re-entrant: - kill global V_pfr_sin, V_pfr_sin6, V_pfr_mask which are used in some functions and use instead structure on stack. - pfr_ffaddr can be initialized statically and doesn't need V Make pfr_pool_get() more smp-safe (not yet really safe, but better): - Don't pass raddr and rmask from pf_map_addr() to pfr_pool_get(), and thus do not modify pools cur. - Use on stack sockaddr_union instead of global. END