CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/04 18:58:16
Modified files:
sys/netinet : ip_input.c ip_var.h
Log message:
Serialize access to IP reassembly queue with a mutex. This lets
ip_local(), ip_slowtimo() and ip_drain() run without KERNEL_LOCK()
and NET_LOCK().
Input and OK mpi@, bluhm@
