CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/09 20:51:51
Modified files:
sys/net : pf.c
Log message:
use an smr crit section instead of real interface refs in pf_match_rcvif
this is only used during ruleset evaluation, so it is less hot than
the carpdev resolution done in pf_test, but it's an easy change to
avoid unecessary atomic ops.
