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 | 685 static int pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom() function 2051 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_single_pkt() 2101 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_invalid_desc_mb() 2147 if (pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts))) in testapp_invalid_desc() 2263 if (pkt_stream_generate_custom(test, pkts, 2 * max_frags + 2)) { in testapp_too_many_frags()
|