Searched refs:flow_hash_entry (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 110 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *, 114 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() 474 struct flow_hash_entry *hsh; in ng_netflow_cache_init() 490 priv->hash = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init() 501 priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init() 569 struct flow_hash_entry *hsh; in ng_netflow_cache_flush() 653 struct flow_hash_entry *hsh; in ng_netflow_flow_add() 783 struct flow_hash_entry *hsh; in ng_netflow_flow6_add() 906 struct flow_hash_entry *hsh; in ng_netflow_flow_show() [all …]
|
| H A D | ng_netflow.h | 423 struct flow_hash_entry *hash; 440 struct flow_hash_entry *hash6; 490 struct flow_hash_entry { struct
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 423 struct flow_hash_entry *hash; 440 struct flow_hash_entry *hash6; 490 struct flow_hash_entry { struct
|