Searched refs:pkt_stream_generate_custom (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 760 static void pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom() function 1833 pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts)); in testapp_single_pkt() 1882 pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts)); in testapp_invalid_desc_mb() 1927 pkt_stream_generate_custom(test, pkts, ARRAY_SIZE(pkts)); in testapp_invalid_desc() 2023 pkt_stream_generate_custom(test, pkts, 2 * max_frags + 2); in testapp_too_many_frags()
|