Home
last modified time | relevance | path

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

/trueos/sys/netgraph/netflow/
HDnetflow.c291 uma_zfree_arg(priv->zone6, fle, priv); in expire_flow()
310 uma_zfree_arg(priv->zone6, fle, priv); in expire_flow()
433 fle6 = uma_zalloc_arg(priv->zone6, priv, M_NOWAIT); in hash6_insert()
532 priv->zone6 = uma_zcreate("NetFlow IPv6 cache", in ng_netflow_cache_init()
535 uma_zone_set_max(priv->zone6, CACHESIZE); in ng_netflow_cache_init()
643 uma_zdestroy(priv->zone6); in ng_netflow_cache_flush()
HDng_netflow.h439 uma_zone_t zone6; member