Home
last modified time | relevance | path

Searched refs:bpf_prog_test_run_xattr (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c34 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
41 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
48 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
53 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
60 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
65 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
69 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
Dprog_run_xattr.c25 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
40 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
45 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
Dflow_dissector.c473 err = bpf_prog_test_run_xattr(&tattr); in test_flow_dissector()
/tools/lib/bpf/
Dlibbpf.map68 bpf_prog_test_run_xattr;
Dbpf.h148 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr);
Dbpf.c543 int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr) in bpf_prog_test_run_xattr() function
/tools/bpf/bpftool/
Dprog.c1047 err = bpf_prog_test_run_xattr(&test_attr); in do_run()