]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add additional udbinfo and inpcb locking assertions to udp_output(); for
authorrwatson <rwatson@FreeBSD.org>
Mon, 7 Jul 2008 12:14:10 +0000 (12:14 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 7 Jul 2008 12:14:10 +0000 (12:14 +0000)
commit150304561534eb5256ffce7683bada44cebf7bb8
tree5bc1c8b8d02230105eb2bf01991c0e72258cf849
parentfbc40d49484a8c0ea4f3b4edb05f07daf51921b3
Add additional udbinfo and inpcb locking assertions to udp_output(); for
some code paths, global or inpcb write locks are required, but for other
code paths, read locks or no locking at all are sufficient for the data
structures.

MFC after: 1 month
sys/netinet/udp_usrreq.c