Lines Matching refs:flow_hash_entry
108 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *,
112 static int hash6_insert(priv_p, struct flow_hash_entry *, struct flow6_rec *,
321 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert()
398 hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r, in hash6_insert()
478 struct flow_hash_entry *hsh; in ng_netflow_cache_init()
494 priv->hash = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init()
505 priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init()
573 struct flow_hash_entry *hsh; in ng_netflow_cache_flush()
657 struct flow_hash_entry *hsh; in ng_netflow_flow_add()
785 struct flow_hash_entry *hsh; in ng_netflow_flow6_add()
908 struct flow_hash_entry *hsh; in ng_netflow_flow_show()
1093 struct flow_hash_entry *hsh; in ng_netflow_expire()