Home
last modified time | relevance | path

Searched refs:hash_flow6 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3099 static __inline uint32_t hash_flow6(struct fhashentry6 *f, int hsize);
3159 hash_flow6(struct fhashentry6 *f, int hsize) in hash_flow6() function
3180 hash = hash_flow6((struct fhashentry6 *)ent, size); in hash_flow_ent()
3238 hash = hash_flow6(&f, hsize); in ta_lookup_fhash()