Searched refs:test_map_kptr_ref3 (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | map_kptr.c | 54 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_map_kptr_ref3), &opts); in test_map_kptr_success() 55 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success() 56 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success() 61 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_map_kptr_ref3), &opts); in test_map_kptr_success() 62 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success() 63 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success() 67 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_map_kptr_ref3), &opts); in test_map_kptr_success() 68 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success() 69 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success() 73 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_map_kptr_ref3), in test_map_kptr_success() [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_kptr.c | 484 int test_map_kptr_ref3(struct __sk_buff *ctx) in test_map_kptr_ref3() function
|