Searched defs:bpf_prog_test_run_attr (Results 1 – 2 of 2) sorted by relevance
199 struct bpf_prog_test_run_attr { struct216 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr); argument
442 struct bpf_prog_test_run_attr { struct443 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_out450 __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 …]