FreeBSD kernel netgraph code
ngm_bandwidth Struct Reference

#include <ng_message.h>

Data Fields

u_int64_t nominal_in
 
u_int64_t seen_in
 
u_int64_t nominal_out
 
u_int64_t seen_out
 

Detailed Description

Definition at line 304 of file ng_message.h.

Field Documentation

◆ nominal_in

u_int64_t ngm_bandwidth::nominal_in

Definition at line 305 of file ng_message.h.

◆ nominal_out

u_int64_t ngm_bandwidth::nominal_out

Definition at line 307 of file ng_message.h.

◆ seen_in

u_int64_t ngm_bandwidth::seen_in

Definition at line 306 of file ng_message.h.

◆ seen_out

u_int64_t ngm_bandwidth::seen_out

Definition at line 308 of file ng_message.h.


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