flow_hash_entry
static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *,
struct flow_hash_entry *hsh;
static int hash6_insert(priv_p, struct flow_hash_entry *, struct flow6_rec *,
hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r,
hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r,
struct flow_hash_entry *hsh;
priv->hash = malloc(NBUCKETS * sizeof(struct flow_hash_entry),
priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry),
struct flow_hash_entry *hsh;
struct flow_hash_entry *hsh;
struct flow_hash_entry *hsh;
struct flow_hash_entry *hsh;
struct flow_hash_entry *hash;
struct flow_hash_entry *hash6;