#include <ebpf_api.h>
◆ _Readable_bytes_() [1/2]
Input context to the program.
◆ _Readable_bytes_() [2/2]
_ebpf_test_run_options::_Readable_bytes_ |
( |
data_size_in |
| ) |
const |
Input data to the program.
◆ _Writable_bytes_() [1/2]
Output context from the program.
◆ _Writable_bytes_() [2/2]
Output data from the program.
◆ batch_size
size_t _ebpf_test_run_options::batch_size |
Number of times to repeat the program in a batch.
◆ context_size_in
size_t _ebpf_test_run_options::context_size_in |
◆ context_size_out
size_t _ebpf_test_run_options::context_size_out |
Maximum length of context_out on input and actual length of context_out on output.
◆ cpu
uint32_t _ebpf_test_run_options::cpu |
CPU to run the program on.
◆ data_size_in
size_t _ebpf_test_run_options::data_size_in |
◆ data_size_out
size_t _ebpf_test_run_options::data_size_out |
Maximum length of data_out on input and actual length of data_out on output.
◆ duration
uint64_t _ebpf_test_run_options::duration |
Duration in nanoseconds of the program execution.
◆ flags
uint32_t _ebpf_test_run_options::flags |
Flags to control the test run.
◆ repeat_count
size_t _ebpf_test_run_options::repeat_count |
Number of times to repeat the program.
◆ return_value
uint64_t _ebpf_test_run_options::return_value |
Return value from the program.
The documentation for this struct was generated from the following file: