Searched refs:hash32_buf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | hash.h | 47 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf() function
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 369 (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 D | ip_fw_table_value.c | 93 return (hash32_buf(key, 56, 0)); in hash_table_value()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_vmem.c | 450 hash = hash32_buf(&addr, sizeof(addr), 0); in bt_hashhead()
|
| H A D | subr_stats.c | 448 tpl->mb->tplhash = hash32_buf(tpl->sb, tpl->sb->cursz, 1058 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /
|