Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_autosize.c146 skel->links.handle_samesize = bpf_program__attach(prog); in test_core_autosize()
147 if (!ASSERT_OK_PTR(skel->links.handle_samesize, "prog_attach")) in test_core_autosize()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_core_autosize.c87 int handle_samesize(void *ctx) in handle_samesize() function