CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/24 04:17:35
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c
Log message:
Grab the NET_LOCK() before calling ipsp_process_done() as it ends up
in ip_output().
Found the hardway by and ok kettenis@
