Searched refs:test_map_kptr_ref2 (Results 1 – 2 of 2) sorted by relevance
28 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_map_kptr_ref2), &opts); in test_map_kptr_success() 29 ASSERT_OK(ret, "test_map_kptr_ref2 refcount"); in test_map_kptr_success() 30 ASSERT_OK(opts.retval, "test_map_kptr_ref2 retval"); in test_map_kptr_success()
462 int test_map_kptr_ref2(struct __sk_buff *ctx) in test_map_kptr_ref2() function