Home
last modified time | relevance | path

Searched defs:ng_netflow_info (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/netgraph7/netflow/
H A Dng_netflow.h56 struct ng_netflow_info { struct
57 uint64_t nfinfo_bytes; /* accounted bytes */
58 uint32_t nfinfo_packets; /* accounted packets */
59 uint32_t nfinfo_used; /* used cache records */
60 uint32_t nfinfo_alloc_failed; /* failed allocations */
61 uint32_t nfinfo_export_failed; /* failed exports */
62 uint32_t nfinfo_act_exp; /* active expiries */
63 uint32_t nfinfo_inact_exp; /* inactive expiries */
64 uint32_t nfinfo_inact_t; /* flow inactive timeout */
65 uint32_t nfinfo_act_t; /* flow active timeout */