Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbpf.h465 struct bpf_prog_test_run_attr { struct
466 int prog_fd;
467 int repeat;
468 const void *data_in;
469 __u32 data_size_in;
470 void *data_out; /* optional */
471 __u32 data_size_out; /* in: max length of data_out
473 __u32 retval; /* out: return code of the BPF program */
474 __u32 duration; /* out: average per repetition in ns */
475 const void *ctx_in; /* optional */
[all …]