FreeBSD kernel netgraph code
ng_patch_stats Struct Reference

#include <ng_patch.h>

Data Fields

uint64_t received
 
uint64_t patched
 
uint64_t dropped
 

Detailed Description

Definition at line 121 of file ng_patch.h.

Field Documentation

◆ dropped

uint64_t ng_patch_stats::dropped

Definition at line 124 of file ng_patch.h.

◆ patched

uint64_t ng_patch_stats::patched

Definition at line 123 of file ng_patch.h.

◆ received

uint64_t ng_patch_stats::received

Definition at line 122 of file ng_patch.h.


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