tools/testing/vsock/vsock_test_zerocopy.h

Source file repositories/reference/linux-study-clean/tools/testing/vsock/vsock_test_zerocopy.h

File Facts

System
Linux kernel
Corpus path
tools/testing/vsock/vsock_test_zerocopy.h
Extension
.h
Size
716 bytes
Lines
19
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef VSOCK_TEST_ZEROCOPY_H
#define VSOCK_TEST_ZEROCOPY_H
#include "util.h"

void test_stream_msgzcopy_client(const struct test_opts *opts);
void test_stream_msgzcopy_server(const struct test_opts *opts);

void test_seqpacket_msgzcopy_client(const struct test_opts *opts);
void test_seqpacket_msgzcopy_server(const struct test_opts *opts);

void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);
void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);

void test_stream_msgzcopy_mangle_client(const struct test_opts *opts);
void test_stream_msgzcopy_mangle_server(const struct test_opts *opts);

#endif /* VSOCK_TEST_ZEROCOPY_H */

Annotation

Implementation Notes