FreeBSD kernel netgraph code
ng_pipe_hookrun Struct Reference

#include <ng_pipe.h>

Data Fields

u_int32_t fifo_queues
 
u_int32_t qin_octets
 
u_int32_t qin_frames
 
u_int32_t qout_octets
 
u_int32_t qout_frames
 

Detailed Description

Definition at line 84 of file ng_pipe.h.

Field Documentation

◆ fifo_queues

u_int32_t ng_pipe_hookrun::fifo_queues

Definition at line 85 of file ng_pipe.h.

◆ qin_frames

u_int32_t ng_pipe_hookrun::qin_frames

Definition at line 87 of file ng_pipe.h.

◆ qin_octets

u_int32_t ng_pipe_hookrun::qin_octets

Definition at line 86 of file ng_pipe.h.

◆ qout_frames

u_int32_t ng_pipe_hookrun::qout_frames

Definition at line 89 of file ng_pipe.h.

◆ qout_octets

u_int32_t ng_pipe_hookrun::qout_octets

Definition at line 88 of file ng_pipe.h.


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