CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/08 14:24:03
Modified files:
sys/net : pf_table.c
Log message:
Replace the global variables pfr_{sin,sin6} with stack local variables
so that we can run these parts of pf in parallel. Also replace a
single usage of pfr_mask with a stack local variable.
ok mpi@
