Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c35 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
42 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
49 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
54 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
61 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
66 err = bpf_prog_test_run_xattr(&tattr); in test_skb_ctx()
70 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()
Dkfree_skb.c122 err = bpf_prog_test_run_xattr(&tattr); in test_kfree_skb()
Dflow_dissector.c473 err = bpf_prog_test_run_xattr(&tattr); in test_flow_dissector()
/external/libbpf/src/
Dlibbpf.map68 bpf_prog_test_run_xattr;
Dbpf.h457 LIBBPF_API int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr);
Dbpf.c957 int bpf_prog_test_run_xattr(struct bpf_prog_test_run_attr *test_attr) in bpf_prog_test_run_xattr() function