Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/netflow/
Dng_netflow.h66 struct ng_netflow_info { struct
67 uint64_t nfinfo_bytes; /* accounted IPv4 bytes */
68 uint32_t nfinfo_packets; /* accounted IPv4 packets */
69 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */
70 uint32_t nfinfo_packets6; /* accounted IPv6 packets */
71 uint64_t nfinfo_sbytes; /* skipped IPv4 bytes */
72 uint32_t nfinfo_spackets; /* skipped IPv4 packets */
73 uint64_t nfinfo_sbytes6; /* skipped IPv6 bytes */
74 uint32_t nfinfo_spackets6; /* skipped IPv6 packets */
75 uint32_t nfinfo_used; /* used cache records */
[all …]