Searched refs:rte_jhash (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h215 * Same as rte_jhash, but takes two seeds and return two uint32_ts.
218 * the same as the return value from rte_jhash.
274 rte_jhash(const void *key, uint32_t length, uint32_t initval) function
H A Drte_lpm6.c154 return rte_jhash(data, sizeof(struct rte_lpm6_rule_key), init_val);

Completed in 60 milliseconds