Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c7907 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() function
8019 return libbpf_ptr(bpf_object_open(path, NULL, 0, NULL, opts)); in bpf_object__open_file()
8039 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, tmp_name, opts)); in bpf_object__open_mem()
13774 obj = bpf_object_open(NULL, s->data, s->data_sz, s->name, opts); in bpf_object__open_skeleton()