Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dlibbpf.h111 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 Dbtf.h38 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 Dbpf.h55 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 Dxsk.h254 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 Dlibbpf_common.h15 #ifndef LIBBPF_API
16 #define LIBBPF_API __attribute__((visibility("default"))) macro
A Dlibbpf_legacy.h70 LIBBPF_API int libbpf_set_strict_mode(enum libbpf_strict_mode mode);
A Dlibbpf.c9901 LIBBPF_API struct bpf_link *
/linux/Documentation/bpf/libbpf/
A Dlibbpf_naming_convention.rst85 attributed with ``LIBBPF_API`` macro. For example:
89 LIBBPF_API int bpf_prog_get_fd_by_id(__u32 id);

Completed in 38 milliseconds