MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_thash_get_complement

Function rte_thash_get_complement

dpdk/lib/hash/rte_thash.c:677–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677uint32_t
678rte_thash_get_complement(struct rte_thash_subtuple_helper *h,
679 uint32_t hash, uint32_t desired_hash)
680{
681 return h->compl_table[(hash ^ desired_hash) & h->lsb_msk];
682}
683
684const uint8_t *
685rte_thash_get_key(struct rte_thash_ctx *ctx)

Callers 4

rte_thash_adjust_tupleFunction · 0.85
test_adjust_tuple_mbFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_adjust_tuple_mbFunction · 0.68