Searched refs:hsh (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 494 for (i = 0, hsh = priv->hash; i < NBUCKETS; i++, hsh++) { in ng_netflow_cache_init() 505 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) { in ng_netflow_cache_init() 581 for (hsh = priv->hash, i = 0; i < NBUCKETS; hsh++, i++) in ng_netflow_cache_flush() 588 for (hsh = priv->hash6, i = 0; i < NBUCKETS; hsh++, i++) in ng_netflow_cache_flush() 598 for (i = 0, hsh = priv->hash; i < NBUCKETS; i++, hsh++) in ng_netflow_cache_flush() 607 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) in ng_netflow_cache_flush() 716 mtx_lock(&hsh->mtx); in ng_netflow_flow_add() 768 mtx_unlock(&hsh->mtx); in ng_netflow_flow_add() 835 mtx_lock(&hsh->mtx); in ng_netflow_flow6_add() 1099 for (hsh = priv->hash, i = 0; i < NBUCKETS; hsh++, i++) { in ng_netflow_expire() [all …]
|