Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c256 uma_zfree_arg(priv->zone6, fle, priv); in expire_flow()
275 uma_zfree_arg(priv->zone6, fle, priv); in expire_flow()
297 i->nfinfo_used6 = uma_zone_get_cur(priv->zone6); in ng_netflow_copyinfo()
401 fle6 = uma_zalloc_arg(priv->zone6, priv, M_NOWAIT); in hash6_insert()
483 priv->zone6 = uma_zcreate("NetFlow IPv6 cache", in ng_netflow_cache_init()
486 uma_zone_set_max(priv->zone6, CACHESIZE); in ng_netflow_cache_init()
605 uma_zdestroy(priv->zone6); in ng_netflow_cache_flush()
1134 used = uma_zone_get_cur(priv->zone6); in ng_netflow_expire()
H A Dng_netflow.h439 uma_zone_t zone6; member
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h439 uma_zone_t zone6; member