Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h407 struct netflow { struct
408 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 …]