Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3102 static __inline uint32_t hash_flow4(struct fhashentry4 *f, int hsize);
3153 hash_flow4(struct fhashentry4 *f, int hsize) in hash_flow4() function
3182 hash = hash_flow4((struct fhashentry4 *)ent, size); in hash_flow_ent()
3217 hash = hash_flow4(&f, hsize); in ta_lookup_fhash()