Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c170 const uint32_t *ip_dst0, *ip_dst1, *ip_dst2, *ip_dst3; in ipv6_hash_crc() local
184 ip_dst2 = (const uint32_t *)(k->ip_dst+8); in ipv6_hash_crc()
193 init_val = rte_hash_crc_4byte(*ip_dst2, init_val); in ipv6_hash_crc()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c463 const uint32_t *ip_dst0, *ip_dst1, *ip_dst2, *ip_dst3; in ipv6_hash_crc() local
475 ip_dst2 = (const uint32_t *)(k->ip_dst + 8); in ipv6_hash_crc()
484 init_val = rte_hash_crc_4byte(*ip_dst2, init_val); in ipv6_hash_crc()