Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / vsock / vsock_test_zerocopy.h
blob3ef2579e024d82fcb46a0810b3713dc078df6798
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef VSOCK_TEST_ZEROCOPY_H
3 #define VSOCK_TEST_ZEROCOPY_H
4 #include "util.h"
6 void test_stream_msgzcopy_client(const struct test_opts *opts);
7 void test_stream_msgzcopy_server(const struct test_opts *opts);
9 void test_seqpacket_msgzcopy_client(const struct test_opts *opts);
10 void test_seqpacket_msgzcopy_server(const struct test_opts *opts);
12 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);
13 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);
15 #endif /* VSOCK_TEST_ZEROCOPY_H */