From fbd36468425151a258c7a90df46c0de1a069a137 Mon Sep 17 00:00:00 2001 From: kmacy Date: Fri, 10 Apr 2009 06:16:14 +0000 Subject: Import "flowid" support for serializing flows across transmit queues Reviewed by: rwatson and jeli --- sys/sys/mbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sys/mbuf.h') diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 05b28de2..e7f0b7e 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -199,6 +199,7 @@ struct mbuf { #define M_PROTO6 0x00080000 /* protocol-specific */ #define M_PROTO7 0x00100000 /* protocol-specific */ #define M_PROTO8 0x00200000 /* protocol-specific */ +#define M_FLOWID 0x00400000 /* flowid is valid */ /* * For RELENG_{6,7} steal these flags for limited multiple routing table * support. In RELENG_8 and beyond, use just one flag and a tag. -- cgit v1.1