Searched refs:bpf_object__open (Results 1 – 6 of 6) sorted by relevance
95 bpfobj = bpf_object__open(filename); in test_open_file()
1313 obj = bpf_object__open(bpf_file); in populate_progs()
2015 obj = bpf_object__open(test->file); in do_test_file()
74 struct bpf_object *bpf_object__open(const char *path);
1567 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
110 obj = bpf_object__open(filename); in bpf__prepare_load()