Robert Watson c26adbe322 Add MBTOM(), a macro that converts from an mbuf blocking disposition
flag (M_DONTWAIT / M_TRYWAIT) to a malloc(9) blocking disposition flag
(M_NOWAIT, M_WAITOK).  The semantic match isn't perfect, but for
scenarios where malloc data is used in the network stack, such as for
MAC labeling or for m_tags, we sometimes need to map from one to the
other to get the right blocking behavior.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-03-26 20:29:15 +00:00
..
2003-03-26 19:55:03 +00:00
2003-01-25 22:41:22 +00:00
2003-03-25 09:11:17 +00:00
2003-03-13 07:07:16 +00:00
2003-03-26 19:55:03 +00:00
2003-03-25 05:19:18 +00:00
2003-03-25 05:19:18 +00:00