FreeBSD kernel netgraph code
qos.h File Reference
#include <sys/mbuf.h>
Include dependency graph for qos.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m_qos_color
 
struct  m_qos_priority
 

Macros

#define M_QOS_COOKIE   1571268051
 
#define MTAG_SIZE(X)   ( sizeof(struct X) - sizeof(struct m_tag) )
 
#define M_QOS_COLOR   23568
 
#define M_QOS_PRIORITY   28858
 

Enumerations

enum  qos_color { QOS_COLOR_GREEN , QOS_COLOR_YELLOW , QOS_COLOR_RED }
 

Macro Definition Documentation

◆ M_QOS_COLOR

#define M_QOS_COLOR   23568

Definition at line 58 of file qos.h.

◆ M_QOS_COOKIE

#define M_QOS_COOKIE   1571268051

Definition at line 36 of file qos.h.

◆ M_QOS_PRIORITY

#define M_QOS_PRIORITY   28858

Definition at line 77 of file qos.h.

◆ MTAG_SIZE

#define MTAG_SIZE (   X)    ( sizeof(struct X) - sizeof(struct m_tag) )

Definition at line 37 of file qos.h.

Enumeration Type Documentation

◆ qos_color

enum qos_color
Enumerator
QOS_COLOR_GREEN 
QOS_COLOR_YELLOW 
QOS_COLOR_RED 

Definition at line 60 of file qos.h.