fhashentry
struct fhashentry;
SLIST_HEAD(fhashbhead, fhashentry);
SLIST_ENTRY(fhashentry) next;
struct fhashentry e;
struct fhashentry e;
static __inline int cmp_flow_ent(struct fhashentry *a,
struct fhashentry *b, size_t sz);
static uint32_t hash_flow_ent(struct fhashentry *ent, uint32_t size);
static int tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent);
cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz)
hash_flow_ent(struct fhashentry *ent, uint32_t size)
struct fhashentry *ent;
struct fhashentry *ent, *ent_next;
struct fhashentry *ent;
ent = (struct fhashentry *)e;
tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent)
struct fhashentry *ent, *tmp;
struct fhashentry *ent, *ent_next;
struct fhashentry *ent;
struct fhashentry *ent, *tmp;
ent = (struct fhashentry *)tb->ent_ptr;
struct fhashentry *ent, *tmp;
SLIST_REMOVE(&head[hash], tmp, fhashentry, next);
struct fhashentry *ent, *ent_next;