Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h67 struct ng_netflow_info { struct
68 uint64_t nfinfo_bytes; /* accounted IPv4 bytes */
70 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */
72 uint64_t nfinfo_sbytes; /* skipped IPv4 bytes */
74 uint64_t nfinfo_sbytes6; /* skipped IPv6 bytes */
76 uint64_t nfinfo_act_exp; /* active expiries */
77 uint64_t nfinfo_inact_exp; /* inactive expiries */
78 uint32_t nfinfo_used; /* used cache records */
81 uint32_t nfinfo_export_failed; /* failed exports */
84 uint32_t nfinfo_alloc_fibs; /* fibs allocated */
[all …]