Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/netflow/
HDng_netflow.h73 uint64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ member
450 counter_u64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ member
HDnetflow.c276 i->nfinfo_sbytes6 = counter_u64_fetch(priv->nfinfo_sbytes6); in ng_netflow_copyinfo()
532 priv->nfinfo_sbytes6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
652 counter_u64_free(priv->nfinfo_sbytes6); in ng_netflow_cache_flush()
HDng_netflow.c959 counter_u64_add(priv->nfinfo_sbytes6, in ng_netflow_rcvdata()