Home
last modified time | relevance | path

Searched refs:nfinfo_bytes (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h69 uint64_t nfinfo_bytes; /* accounted IPv4 bytes */ member
444 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */ member
H A Dnetflow.c284 i->nfinfo_bytes = counter_u64_fetch(priv->nfinfo_bytes); in ng_netflow_copyinfo()
511 priv->nfinfo_bytes = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
631 counter_u64_free(priv->nfinfo_bytes); in ng_netflow_cache_flush()
711 counter_u64_add(priv->nfinfo_bytes, plen); in ng_netflow_flow_add()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h67 uint64_t nfinfo_bytes; /* accounted IPv4 bytes */ member
444 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */ member