]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/classq/classq_sfb.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / net / classq / classq_sfb.h
index f401b0eb57c948029c8920346360cc6ded600878..2a28a719288281d731ad60ad825a370b75e2cbf4 100644 (file)
@@ -104,6 +104,7 @@ struct sfb_fcl {
 #define        SFBF_FLOWCTL    0x04    /* enable flow control advisories */
 #define        SFBF_DELAYBASED 0x08    /* queueing is delay based */
 #define        SFBF_DELAYHIGH  0x10    /* Estimated delay is greater than target */
+#define SFBF_LAST_PKT_DROPPED  0x20    /* Last packet dropped */
 #define        SFBF_SUSPENDED  0x1000  /* queue is suspended */
 
 #define        SFBF_USERFLAGS                                                  \