Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c501 priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init()
505 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) { in ng_netflow_cache_init()
588 for (hsh = priv->hash6, i = 0; i < NBUCKETS; hsh++, i++) in ng_netflow_cache_flush()
607 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) in ng_netflow_cache_flush()
611 if (priv->hash6 != NULL) in ng_netflow_cache_flush()
612 free(priv->hash6, M_NETFLOW_HASH); in ng_netflow_cache_flush()
833 hsh = &priv->hash6[ip6_hash(&r)]; in ng_netflow_flow6_add()
921 hsh = priv->hash6 + i; in ng_netflow_flow_show()
1135 for (hsh = priv->hash6, i = 0; i < NBUCKETS; hsh++, i++) { in ng_netflow_expire()
H A Dng_netflow.h440 struct flow_hash_entry *hash6; member
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h440 struct flow_hash_entry *hash6; member