Searched refs:flow_rec (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 109 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *, 131 ip_hash(struct flow_rec *r) in ip_hash() 322 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert() 340 bcopy(r, &fle->f.r, sizeof(struct flow_rec)); in hash_insert() 659 struct flow_rec r; in ng_netflow_flow_add() 728 if (bcmp(&r, &fle->f.r, sizeof(struct flow_rec)) == 0) in ng_netflow_flow_add()
|
H A D | ng_netflow.h | 190 struct flow_rec { struct 252 struct flow_rec r;
|