summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2013-08-19 14:25:11 +0000
committerandre <andre@FreeBSD.org>2013-08-19 14:25:11 +0000
commit328ae66ebfc331ce34429ea65a10029ed63ad4f2 (patch)
treeb468452a9bccf50edddefaf211e83a5e76a106c7 /sys/netinet
parent653dac5a00be3e8361b31b7788da6fd981bf10a8 (diff)
downloadFreeBSD-src-328ae66ebfc331ce34429ea65a10029ed63ad4f2.zip
FreeBSD-src-328ae66ebfc331ce34429ea65a10029ed63ad4f2.tar.gz
Reorder the mbuf defines to make more sense and group related flags
together. Add M_FLAG_PRINTF for use with printf(9) %b indentifier. Use the generic mbuf flags print names in the net80211 code and adjust the protocol specific bits for their new positions. Change SCTP M_PROTO mapping from 5 to 1 to fit within the 16bit field they use internally to store some additional information. Discussed with: trociny, glebius
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_os_bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h
index ff32748..252ea93 100644
--- a/sys/netinet/sctp_os_bsd.h
+++ b/sys/netinet/sctp_os_bsd.h
@@ -431,7 +431,7 @@ typedef struct rtentry sctp_rtentry_t;
/*
* SCTP protocol specific mbuf flags.
*/
-#define M_NOTIFICATION M_PROTO5 /* SCTP notification */
+#define M_NOTIFICATION M_PROTO1 /* SCTP notification */
/*
* IP output routines
OpenPOWER on IntegriCloud