Searched refs:fhashentry (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3056 struct fhashentry;
3058 SLIST_HEAD(fhashbhead, fhashentry);
3060 struct fhashentry { struct
3061 SLIST_ENTRY(fhashentry) next;
3072 struct fhashentry e;
3078 struct fhashentry e;
3096 static __inline int cmp_flow_ent(struct fhashentry *a,
3097 struct fhashentry *b, size_t sz);
3100 static uint32_t hash_flow_ent(struct fhashentry *ent, uint32_t size);
3110 static int tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *en
[all...]

Completed in 107 milliseconds