FreeBSD kernel netgraph code
ng_queue Struct Reference

#include <netgraph.h>

Public Member Functions

 STAILQ_ENTRY (ng_node) q_work
 
 STAILQ_HEAD (, ng_item) queue
 

Data Fields

u_int q_flags
 
u_int q_flags2
 
struct mtx q_mtx
 

Detailed Description

Definition at line 357 of file netgraph.h.

Member Function Documentation

◆ STAILQ_ENTRY()

ng_queue::STAILQ_ENTRY ( ng_node  )

◆ STAILQ_HEAD()

ng_queue::STAILQ_HEAD ( ng_item  )

Field Documentation

◆ q_flags

◆ q_flags2

u_int ng_queue::q_flags2

Definition at line 359 of file netgraph.h.

Referenced by ng_worklist_add().

◆ q_mtx

struct mtx ng_queue::q_mtx

Definition at line 360 of file netgraph.h.

Referenced by ng_dequeue(), ng_unref_node(), and ng_worklist_add().


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