Searched refs:flow_rec (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.h | 191 struct flow_rec { struct 253 struct flow_rec r;
|
| H A D | netflow.c | 110 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *, 131 ip_hash(struct flow_rec *r) in ip_hash() 321 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert() 339 bcopy(r, &fle->f.r, sizeof(struct flow_rec)); in hash_insert() 654 struct flow_rec r; in ng_netflow_flow_add() 725 if (bcmp(&r, &fle->f.r, sizeof(struct flow_rec)) == 0) in ng_netflow_flow_add()
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 191 struct flow_rec { struct 253 struct flow_rec r;
|