Lines Matching refs:tuple
81 union rte_thash_tuple tuple; in test_thash() local
92 tuple.v4.src_addr = v4_tbl[i].src_ip; in test_thash()
93 tuple.v4.dst_addr = v4_tbl[i].dst_ip; in test_thash()
94 tuple.v4.sport = v4_tbl[i].src_port; in test_thash()
95 tuple.v4.dport = v4_tbl[i].dst_port; in test_thash()
97 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_thash()
99 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_thash()
105 rss_l3 = rte_softrss_be((uint32_t *)&tuple, in test_thash()
107 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_thash()
120 rte_thash_load_v6_addrs(&ipv6_hdr, &tuple); in test_thash()
121 tuple.v6.sport = v6_tbl[i].src_port; in test_thash()
122 tuple.v6.dport = v6_tbl[i].dst_port; in test_thash()
124 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_thash()
126 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_thash()
132 rss_l3 = rte_softrss_be((uint32_t *)&tuple, in test_thash()
134 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_thash()