Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c7380 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() function
7477 return libbpf_ptr(bpf_object_open(path, NULL, 0, opts)); in bpf_object__open_file()
7492 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, opts)); in bpf_object__open_mem()