Home
last modified time | relevance | path

Searched refs:ip_dst1 (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
183 ip_dst1 = (const uint32_t *)(k->ip_dst+4); in ipv6_hash_crc()
192 init_val = rte_hash_crc_4byte(*ip_dst1, 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
474 ip_dst1 = (const uint32_t *)(k->ip_dst + 4); in ipv6_hash_crc()
483 init_val = rte_hash_crc_4byte(*ip_dst1, init_val); in ipv6_hash_crc()