Searched refs:flow6_rec (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 113 static int hash6_insert(priv_p, struct flow_hash_entry *, struct flow6_rec *, 148 ip6_hash(struct flow6_rec *r) in ip6_hash() 399 hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r, in hash6_insert() 418 bcopy(r, &fle6->f.r, sizeof(struct flow6_rec)); in hash6_insert() 787 struct flow6_rec r; in ng_netflow_flow6_add() 850 if (bcmp(&r, &fle6->f.r, sizeof(struct flow6_rec)) == 0) in ng_netflow_flow6_add()
|
H A D | ng_netflow.h | 213 struct flow6_rec { struct 267 struct flow6_rec r;
|