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 */
69 uint64_t nfinfo_packets; /* accounted IPv4 packets */
70 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */
71 uint64_t nfinfo_packets6; /* accounted IPv6 packets */
72 uint64_t nfinfo_sbytes; /* skipped IPv4 bytes */
73 uint64_t nfinfo_spackets; /* skipped IPv4 packets */
74 uint64_t nfinfo_sbytes6; /* skipped IPv6 bytes */
75 uint64_t nfinfo_spackets6; /* skipped IPv6 packets */
76 uint64_t nfinfo_act_exp; /* active expiries */
[all …]