| 675 | } |
| 676 | |
| 677 | uint32_t |
| 678 | rte_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 | |
| 684 | const uint8_t * |
| 685 | rte_thash_get_key(struct rte_thash_ctx *ctx) |
no outgoing calls