Path: blob/master/tools/testing/vsock/vsock_test_zerocopy.h
49641 views
/* SPDX-License-Identifier: GPL-2.0-only */1#ifndef VSOCK_TEST_ZEROCOPY_H2#define VSOCK_TEST_ZEROCOPY_H3#include "util.h"45void test_stream_msgzcopy_client(const struct test_opts *opts);6void test_stream_msgzcopy_server(const struct test_opts *opts);78void test_seqpacket_msgzcopy_client(const struct test_opts *opts);9void test_seqpacket_msgzcopy_server(const struct test_opts *opts);1011void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);12void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);1314void test_stream_msgzcopy_mangle_client(const struct test_opts *opts);15void test_stream_msgzcopy_mangle_server(const struct test_opts *opts);1617#endif /* VSOCK_TEST_ZEROCOPY_H */181920