Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c41 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
48 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
55 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
60 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
67 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
72 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
76 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
Dprog_run_xattr.c26 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
41 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
46 err = bpf_prog_test_run_xattr(&tattr); in test_prog_run_xattr()
Draw_tp_test_run.c53 err = bpf_prog_test_run_xattr(&test_attr); in test_raw_tp_test_run()
57 err = bpf_prog_test_run_xattr(&test_attr); in test_raw_tp_test_run()
Dxdp_adjust_tail.c87 err = bpf_prog_test_run_xattr(&tattr); in test_xdp_adjust_tail_grow2()
109 err = bpf_prog_test_run_xattr(&tattr); in test_xdp_adjust_tail_grow2()
Dskb_helpers.c27 err = bpf_prog_test_run_xattr(&tattr); in test_skb_helpers()
Dtest_profiler.c20 err = bpf_prog_test_run_xattr(&test_attr); in sanity_run()
Dkfree_skb.c123 err = bpf_prog_test_run_xattr(&tattr); in test_kfree_skb()
Dsockmap_basic.c174 err = bpf_prog_test_run_xattr(&tattr); in test_sockmap_update()
Dcls_redirect.c417 err = bpf_prog_test_run_xattr(&tattr); in test_cls_redirect_common()
Dflow_dissector.c590 err = bpf_prog_test_run_xattr(&tattr); in test_flow_dissector()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.map68 bpf_prog_test_run_xattr;
Dbpf.h216 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr);
Dbpf.c699 int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr) in bpf_prog_test_run_xattr() function
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dprog.c1297 err = bpf_prog_test_run_xattr(&test_attr); in do_run()