]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control
authorRobert Watson <rwatson@FreeBSD.org>
Mon, 24 Jan 2005 22:56:09 +0000 (22:56 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Mon, 24 Jan 2005 22:56:09 +0000 (22:56 +0000)
commit31c436a2a9c4080f397371f80f74e85b81293a87
tree8f3197f3f77b0c1d3325ea0d91c23fe92b92fe82
parentce12d37e7b983e55a85ae25d53ebcdf5b55e15ec
Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control
block from the global raw socket list.

Submitted by: Roselyn Lee <rosel at verniernetworks dot com>
MFC after: 1 week
sys/net/raw_cb.c