_NAFlowVal Struct Reference
An aggregated flow value. More...
#include <nafcore.h>
Data Fields | |
| uint64_t | oct |
| Forward direction octet count. | |
| uint64_t | roct |
| Reverse direction octet count. | |
| uint64_t | pkt |
| Forward direction packet count. | |
| uint64_t | rpkt |
| Reverse direction packet count. | |
| uint32_t | flo |
| Forward direction flow count. | |
| uint32_t | rflo |
| Reverse direction flow count. | |
| uint32_t | host |
| Forward direction (source) host count. | |
| uint32_t | rhost |
| Reverse direction (destination) host count. | |
| uint16_t | port |
| Forward direction (source) port count. | |
| uint16_t | rport |
| Reverse direction (destination) port count. | |
| NAFlowVUC * | vuc |
| Value unique counter pointer. | |
Detailed Description
An aggregated flow value.Together with an aggregated flow key, stores an aggregated flow.
Field Documentation
|
|
Value unique counter pointer. Should be NULL outside nafalize. |
The documentation for this struct was generated from the following file:


