Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c7162 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() function
7259 return libbpf_ptr(bpf_object_open(path, NULL, 0, opts)); in bpf_object__open_file()
7274 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, opts)); in bpf_object__open_mem()