Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c75 #define NBUCKETS (65536) /* must be power of 2 */ macro
82 (NBUCKETS - 1))
88 (NBUCKETS - 1))
581 for (hsh = priv->hash, 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()
915 if (i > NBUCKETS-1) in ng_netflow_flow_show()
944 for (; i < NBUCKETS; hsh++, i++) { in ng_netflow_flow_show()
1118 if (used <= (NBUCKETS*2) && !INACTIVE(fle)) in ng_netflow_expire()
1122 (used > (NBUCKETS*2)))) || AGED(fle)) { in ng_netflow_expire()
1157 if (used <= (NBUCKETS*2) && !INACTIVE(fle6)) in ng_netflow_expire()
[all …]