Searched refs:handle_downsize (Results 1 – 2 of 2) sorted by relevance
153 skel->links.handle_downsize = bpf_program__attach(prog); in test_core_autosize()154 if (!ASSERT_OK_PTR(skel->links.handle_downsize, "prog_attach")) in test_core_autosize()
108 int handle_downsize(void *ctx) in handle_downsize() function