Searched refs:__bpf_object__open (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ |
| D | libbpf.c | 6371 __bpf_object__open(const char *path, const void *obj_buf, size_t obj_buf_sz, in __bpf_object__open() function 6476 return __bpf_object__open(attr->file, NULL, 0, &opts); in __bpf_object__open_xattr() 6502 return libbpf_ptr(__bpf_object__open(path, NULL, 0, opts)); in bpf_object__open_file() 6512 return libbpf_ptr(__bpf_object__open(NULL, obj_buf, obj_buf_sz, opts)); in bpf_object__open_mem() 6529 return libbpf_ptr(__bpf_object__open(NULL, obj_buf, obj_buf_sz, &opts)); in bpf_object__open_buffer()
|