Searched refs:pkt_stream_generate_custom (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 698 static int pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom() function 2074 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_single_pkt() 2127 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_invalid_desc_mb() 2173 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_invalid_desc() 2305 if (pkt_stream_generate_custom(test, pkts, 2 * max_frags + 3)) { in testapp_too_many_frags()
|