Home
last modified time | relevance | path

Searched defs:bpf_prog_test_run_attr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf.h442 struct bpf_prog_test_run_attr { struct
443 int prog_fd;
444 int repeat;
445 const void *data_in;
446 __u32 data_size_in;
447 void *data_out; /* optional */
448 __u32 data_size_out; /* in: max length of data_out
450 __u32 retval; /* out: return code of the BPF program */
451 __u32 duration; /* out: average per repetition in ns */
452 const void *ctx_in; /* optional */
[all …]