Searched refs:handle_samesize (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c143 prog = bpf_object__find_program_by_name(skel->obj, "handle_samesize");
146 skel->links.handle_samesize = bpf_program__attach(prog);
147 if (!ASSERT_OK_PTR(skel->links.handle_samesize, "prog_attach"))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c87 int handle_samesize(void *ctx) function

Completed in 128 milliseconds