Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_member/
H A Drte_member_ht.c136 uint32_t sec_hash = MEMBER_HASH_FUNC(&first_hash, sizeof(uint32_t), in get_buckets_index() local
161 *prim_bkt = sec_hash & ss->bucket_mask; in get_buckets_index()
162 *sec_bkt = (sec_hash >> 16) & ss->bucket_mask; in get_buckets_index()
164 *prim_bkt = sec_hash & ss->bucket_mask; in get_buckets_index()