From 61082833e74ee0e5aecb11f25f544bf662618e6b Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 19 Aug 2013 12:30:18 +0000 Subject: Move the SCTP specific definition of M_NOTIFICATION onto a protocol specific mbuf flag from sys/mbuf.h to netinet/sctp_os_bsd.h. It is only relevant within SCTP. Discussed with: tuexen --- sys/netinet/sctp_os_bsd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/netinet') diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index 9cb77b6..4eff47b 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -429,6 +429,11 @@ typedef struct rtentry sctp_rtentry_t; #define SCTP_ZERO_COPY_SENDQ_EVENT(inp, so) /* + * SCTP protocol specific mbuf flags. + */ +#define M_NOTIFICATION M_PROTO5 /* SCTP notification */ + +/* * IP output routines */ #define SCTP_IP_OUTPUT(result, o_pak, ro, stcb, vrf_id) \ -- cgit v1.1