Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c147 skel->links.handle_samesize = bpf_program__attach(prog); in test_core_autosize()
148 if (!ASSERT_OK_PTR(skel->links.handle_samesize, "prog_attach")) in test_core_autosize()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c87 int handle_samesize(void *ctx) in handle_samesize() function