Searched refs:LIBBPF_API (Results 1 – 8 of 8) sorted by relevance
/linux/tools/lib/bpf/ |
A D | libbpf.h | 111 LIBBPF_API struct bpf_object * 184 LIBBPF_API int 493 LIBBPF_API void 497 LIBBPF_API int 537 LIBBPF_API struct bpf_map * 540 LIBBPF_API int 547 LIBBPF_API struct bpf_map * 552 LIBBPF_API struct bpf_map * 924 LIBBPF_API void 927 LIBBPF_API void [all …]
|
A D | btf.h | 38 LIBBPF_API void btf__free(struct btf *btf); 90 LIBBPF_API struct btf *btf__new_empty(void); 117 LIBBPF_API struct btf *btf__load_vmlinux_btf(void); 119 LIBBPF_API struct btf *libbpf_find_kernel_btf(void); 129 LIBBPF_API int btf__load(struct btf *btf); 148 LIBBPF_API int btf__fd(const struct btf *btf); 149 LIBBPF_API void btf__set_fd(struct btf *btf, int fd); 207 LIBBPF_API int btf__add_array(struct btf *btf, 267 LIBBPF_API void btf_dump__free(struct btf_dump *d); 292 LIBBPF_API int [all …]
|
A D | bpf.h | 55 LIBBPF_API int 105 LIBBPF_API int 131 LIBBPF_API int bpf_map_freeze(int fd); 155 LIBBPF_API int bpf_obj_get(const char *pathname); 193 LIBBPF_API int bpf_link_detach(int link_fd); 205 LIBBPF_API int bpf_iter_create(int link_fd); 237 LIBBPF_API int bpf_prog_get_fd_by_id(__u32 id); 238 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id); 239 LIBBPF_API int bpf_btf_get_fd_by_id(__u32 id); 240 LIBBPF_API int bpf_link_get_fd_by_id(__u32 id); [all …]
|
A D | xsk.h | 254 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 256 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 274 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 276 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 291 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 297 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 303 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 309 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 316 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") 327 LIBBPF_API LIBBPF_DEPRECATED_SINCE(0, 7, "AF_XDP support deprecated and moved to libxdp") [all …]
|
A D | libbpf_common.h | 15 #ifndef LIBBPF_API 16 #define LIBBPF_API __attribute__((visibility("default"))) macro
|
A D | libbpf_legacy.h | 70 LIBBPF_API int libbpf_set_strict_mode(enum libbpf_strict_mode mode);
|
A D | libbpf.c | 9901 LIBBPF_API struct bpf_link *
|
/linux/Documentation/bpf/libbpf/ |
A D | libbpf_naming_convention.rst | 85 attributed with ``LIBBPF_API`` macro. For example: 89 LIBBPF_API int bpf_prog_get_fd_by_id(__u32 id);
|
Completed in 38 milliseconds