Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dbpf.h131 struct bpf_prog_test_run_attr { struct
148 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr); argument
Dbpf.c543 int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr) in bpf_prog_test_run_xattr()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dprog_run_xattr.c10 struct bpf_prog_test_run_attr tattr = { in test_prog_run_xattr()
Dskb_ctx.c14 struct bpf_prog_test_run_attr tattr = { in test_skb_ctx()
Dflow_dissector.c459 struct bpf_prog_test_run_attr tattr = { in test_flow_dissector()
501 struct bpf_prog_test_run_attr tattr = {}; in test_flow_dissector()
/Linux-v5.4/tools/bpf/bpftool/
Dprog.c917 struct bpf_prog_test_run_attr test_attr = {0}; in do_run()