rwatson 74ec128a1c Modify label allocation semantics for sockets: pass in soalloc's malloc
flags so that we can call malloc with M_NOWAIT if necessary, avoiding
potential sleeps while holding mutexes in the TCP syncache code.
Similar to the existing support for mbuf label allocation: if we can't
allocate all the necessary label store in each policy, we back out
the label allocation and fail the socket creation.  Sync from MAC tree.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-05 21:23:47 +00:00
..
2002-09-11 08:13:56 +00:00
2002-10-02 23:12:01 +00:00
2002-10-02 09:09:25 +00:00
2002-09-05 11:42:03 +00:00
2002-09-11 08:13:56 +00:00
2002-10-01 13:15:11 +00:00
2002-10-02 09:09:25 +00:00
2002-09-11 08:13:56 +00:00
2002-09-11 08:13:56 +00:00
2002-10-01 02:37:35 +00:00
2002-08-15 02:10:12 +00:00
2002-09-28 17:46:30 +00:00