Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c285 struct bpf_object *freplace_obj = NULL, *pkt_obj, *fmod_obj = NULL; in test_fmod_ret_freplace() local
318 fmod_obj = bpf_object__open_file(fmod_ret_name, NULL); in test_fmod_ret_freplace()
319 if (!ASSERT_OK_PTR(fmod_obj, "fmod_obj_open")) in test_fmod_ret_freplace()
323 prog = bpf_object__next_program(fmod_obj, NULL); in test_fmod_ret_freplace()
327 err = bpf_object__load(fmod_obj); in test_fmod_ret_freplace()
334 bpf_object__close(fmod_obj); in test_fmod_ret_freplace()