Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dskb_helpers.c27 err = bpf_prog_test_run_xattr(&tattr); in test_skb_helpers()
H A Dtest_profiler.c20 err = bpf_prog_test_run_xattr(&test_attr); in sanity_run()
H A Dkfree_skb.c123 err = bpf_prog_test_run_xattr(&tattr); in test_kfree_skb()
H A Dsockmap_basic.c174 err = bpf_prog_test_run_xattr(&tattr); in test_sockmap_update()
H A Dcls_redirect.c417 err = bpf_prog_test_run_xattr(&tattr); in test_cls_redirect_common()
H A Dflow_dissector.c590 err = bpf_prog_test_run_xattr(&tattr); in test_flow_dissector()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map68 bpf_prog_test_run_xattr;
H A Dbpf.h216 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr);
H A Dbpf.c699 int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr) in bpf_prog_test_run_xattr() function
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c1297 err = bpf_prog_test_run_xattr(&test_attr); in do_run()