Searched defs:netflow (Results 1 – 1 of 1) sorted by relevance
407 struct netflow { struct408 node_p node; /* link to the node itself */409 hook_p export; /* export data goes there */410 hook_p export9; /* Netflow V9 export data goes there */411 struct callout exp_callout; /* expiry periodic job */421 uma_zone_t zone;422 struct flow_hash_entry *hash;438 uma_zone_t zone6;439 struct flow_hash_entry *hash6;443 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */[all …]