Searched refs:bpfobj (Results 1 – 1 of 1) sorted by relevance
83 struct bpf_object *bpfobj = NULL; in test_open_file() local90 bpfobj = bpf_object__open(filename); in test_open_file()91 err = libbpf_get_error(bpfobj); in test_open_file()100 test_walk_progs(bpfobj, verbose); in test_open_file()101 test_walk_maps(bpfobj, verbose); in test_open_file()105 bpf_object__name(bpfobj)); in test_open_file()106 bpf_object__close(bpfobj); in test_open_file()