Home
last modified time | relevance | path

Searched refs:get_ipv6_5tuple (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm_neon.h23 get_ipv6_5tuple(struct rte_mbuf *m0, int32x4_t mask0, in get_ipv6_5tuple() function
H A Dl3fwd_em_hlm_sse.h23 get_ipv6_5tuple(struct rte_mbuf *m0, __m128i mask0, in get_ipv6_5tuple() function
H A Dl3fwd_em_hlm.h61 get_ipv6_5tuple(m[i], mask1.x, mask2.x, &key[i]); in em_get_dst_port_ipv6xN()
115 get_ipv6_5tuple(m[i], mask1.x, mask2.x, &key[i]); in em_get_dst_port_ipv6xN_events()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1101 static inline void get_ipv6_5tuple(struct rte_mbuf *m0, __m128i mask0, in get_ipv6_5tuple() function
1157 get_ipv6_5tuple(m[0], mask1, mask2, &key[0]); in simple_ipv6_fwd_8pkts()
1158 get_ipv6_5tuple(m[1], mask1, mask2, &key[1]); in simple_ipv6_fwd_8pkts()
1159 get_ipv6_5tuple(m[2], mask1, mask2, &key[2]); in simple_ipv6_fwd_8pkts()
1160 get_ipv6_5tuple(m[3], mask1, mask2, &key[3]); in simple_ipv6_fwd_8pkts()
1161 get_ipv6_5tuple(m[4], mask1, mask2, &key[4]); in simple_ipv6_fwd_8pkts()
1162 get_ipv6_5tuple(m[5], mask1, mask2, &key[5]); in simple_ipv6_fwd_8pkts()
1163 get_ipv6_5tuple(m[6], mask1, mask2, &key[6]); in simple_ipv6_fwd_8pkts()
1164 get_ipv6_5tuple(m[7], mask1, mask2, &key[7]); in simple_ipv6_fwd_8pkts()