Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf.h199 struct bpf_prog_test_run_attr { struct
216 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr); argument
/kernel/linux/linux-6.6/tools/lib/bpf/
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 …]