Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h71 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member
446 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member
H A Dnetflow.c286 i->nfinfo_bytes6 = counter_u64_fetch(priv->nfinfo_bytes6); in ng_netflow_copyinfo()
513 priv->nfinfo_bytes6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
633 counter_u64_free(priv->nfinfo_bytes6); in ng_netflow_cache_flush()
830 counter_u64_add(priv->nfinfo_bytes6, plen); in ng_netflow_flow6_add()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h69 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member
446 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member