Searched refs:pkt_stream_replace (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 510 static int pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() function 2065 if (pkt_stream_replace(test, DEFAULT_PKT_CNT, MAX_ETH_JUMBO_SIZE)) in testapp_send_receive_unaligned_mb() 2082 if (pkt_stream_replace(test, DEFAULT_PKT_CNT, MAX_ETH_JUMBO_SIZE)) in testapp_send_receive_mb() 2244 if (pkt_stream_replace(test, 2 * DEFAULT_PKT_CNT, 2048)) { in testapp_poll_txq_tmout() 2390 if (pkt_stream_replace(test, DEFAULT_PKT_CNT, MIN_PKT_SIZE)) in testapp_send_receive_2k_frame() 2508 if (pkt_stream_replace(test, max_descs, MIN_PKT_SIZE)) { in testapp_hw_sw_max_ring_size() 2616 if (pkt_stream_replace(test, nr_packets, MIN_PKT_SIZE)) in testapp_tx_queue_consumer()
|