Searched refs:flow_hash_entry (Results 1 – 2 of 2) sorted by relevance
| /src/sys/netgraph/netflow/ |
| H A D | netflow.c | 109 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *, 113 static int hash6_insert(priv_p, struct flow_hash_entry *, struct flow6_rec *, 322 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert() 399 hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r, in hash6_insert() 479 struct flow_hash_entry *hsh; in ng_netflow_cache_init() 495 priv->hash = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init() 506 priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init() 574 struct flow_hash_entry *hsh; in ng_netflow_cache_flush() 658 struct flow_hash_entry *hsh; in ng_netflow_flow_add() 786 struct flow_hash_entry *hsh; in ng_netflow_flow6_add() [all …]
|
| H A D | ng_netflow.h | 422 struct flow_hash_entry *hash; 439 struct flow_hash_entry *hash6; 489 struct flow_hash_entry { struct
|