Searched refs:fmod_obj (Results 1 – 1 of 1) sorted by relevance
285 struct bpf_object *freplace_obj = NULL, *pkt_obj, *fmod_obj = NULL; in test_fmod_ret_freplace() local318 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()