Lines Matching defs:ng_netflow_info
67 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 */
77 uint64_t nfinfo_inact_exp; /* inactive expiries */
78 uint32_t nfinfo_used; /* used cache records */
79 uint32_t nfinfo_used6; /* used IPv6 cache records */
80 uint32_t nfinfo_alloc_failed; /* failed allocations */
81 uint32_t nfinfo_export_failed; /* failed exports */
82 uint32_t nfinfo_export9_failed; /* failed exports */
83 uint32_t nfinfo_realloc_mbuf; /* reallocated mbufs */
84 uint32_t nfinfo_alloc_fibs; /* fibs allocated */
85 uint32_t nfinfo_inact_t; /* flow inactive timeout */
86 uint32_t nfinfo_act_t; /* flow active timeout */