CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/05 10:44:22
Modified files:
sys/net : pf.c
sys/netinet : ip_divert.c ip_divert.h
sys/netinet6 : ip6_divert.c ip6_divert.h
Log message:
Clean up divert_packet(). Function does not return error, make it
void. Introduce mutex and refcounting for inp like in the other
PCB functions.
OK sashan@
