Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c6872 __bpf_object__open(const char *path, const void *obj_buf, size_t obj_buf_sz, in __bpf_object__open() function
6959 return __bpf_object__open(attr->file, NULL, 0, &opts); in __bpf_object__open_xattr()
6985 return __bpf_object__open(path, NULL, 0, opts); in bpf_object__open_file()
6995 return __bpf_object__open(NULL, obj_buf, obj_buf_sz, opts); in bpf_object__open_mem()