Searched refs:five_tuple (Results 1 – 1 of 1) sorted by relevance
644 struct ipv4_5tuple five_tuple; in test_pipeline_single_filter() local660 five_tuple.proto = j; in test_pipeline_single_filter()661 five_tuple.ip_src = rte_bswap32(RTE_IPV4(192, 168, j, 1)); in test_pipeline_single_filter()662 five_tuple.ip_dst = rte_bswap32(RTE_IPV4(10, 4, j, 1)); in test_pipeline_single_filter()663 five_tuple.port_src = rte_bswap16(100 + j); in test_pipeline_single_filter()664 five_tuple.port_dst = rte_bswap16(200 + j); in test_pipeline_single_filter()666 memcpy(rte_pktmbuf_mtod(mbuf, char *), &five_tuple, in test_pipeline_single_filter()