Module Name: src
Committed By: thorpej
Date: Fri Dec 18 21:35:11 UTC 1998
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Add a lock around the IP fragment reassembly queue, to prevent ip_drain()
from corrupting the queue if called from a device's interrupt context.
Should fix PR #5684.