Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netgraph/netflow/
HDng_netflow.h70 uint64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member
445 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ member
HDnetflow.c287 i->nfinfo_bytes6 = counter_u64_fetch(priv->nfinfo_bytes6); in ng_netflow_copyinfo()
518 priv->nfinfo_bytes6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
638 counter_u64_free(priv->nfinfo_bytes6); in ng_netflow_cache_flush()
833 counter_u64_add(priv->nfinfo_bytes6, plen); in ng_netflow_flow6_add()