FreeBSD kernel netgraph code
ngm_queue_state Struct Reference

#include <ng_message.h>

Data Fields

u_int queue_priority
 
u_int max_queuelen_bytes
 
u_int max_queuelen_packets
 
u_int low_watermark
 
u_int high_watermark
 
u_int current
 

Detailed Description

Definition at line 330 of file ng_message.h.

Field Documentation

◆ current

u_int ngm_queue_state::current

Definition at line 336 of file ng_message.h.

Referenced by flow_upper().

◆ high_watermark

u_int ngm_queue_state::high_watermark

Definition at line 335 of file ng_message.h.

Referenced by flow_upper().

◆ low_watermark

u_int ngm_queue_state::low_watermark

Definition at line 334 of file ng_message.h.

◆ max_queuelen_bytes

u_int ngm_queue_state::max_queuelen_bytes

Definition at line 332 of file ng_message.h.

◆ max_queuelen_packets

u_int ngm_queue_state::max_queuelen_packets

Definition at line 333 of file ng_message.h.

Referenced by flow_upper().

◆ queue_priority

u_int ngm_queue_state::queue_priority

Definition at line 331 of file ng_message.h.


The documentation for this struct was generated from the following file: