CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/10 23:02:11
Modified files:
sys/net : if_veb.c if_tpmr.c
Log message:
call ip input handlers for pf diverted packets via if_input_proto.
this is a step toward being able to run tpmr and veb without the
net lock. right now ip input needs net lock, so if if_input_proto
can move their calls to a locked context, tpmr and veb wont need
to be locked first.
