Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dhash.h47 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf() function
/f-stack/freebsd/netinet/
H A Dsiftr.c369 (hash32_buf(key, sizeof(key), 0) & siftr_hashmask); in siftr_process_pkt()
658 hash = hash32_buf(m->m_data + offset, in hash_pkt()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c93 return (hash32_buf(key, 56, 0)); in hash_table_value()
/f-stack/freebsd/kern/
H A Dsubr_vmem.c450 hash = hash32_buf(&addr, sizeof(addr), 0); in bt_hashhead()
H A Dsubr_stats.c448 tpl->mb->tplhash = hash32_buf(tpl->sb, tpl->sb->cursz,
1058 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /