CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/21 05:44:54
Modified files:
sys/netinet : in_pcb.c in_pcb.h ip_divert.c
sys/netinet6 : ip6_divert.c
Log message:
Introduce a mutex per inpcb to serialize access to socket receive
buffer. Later it may be used to protect more of the PCB or socket.
In divert input replace the kernel lock with this mutex.
OK mvs@
