Searched defs:ng_netflow_info (Results 1 – 1 of 1) sorted by relevance
56 struct ng_netflow_info { struct57 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 */