Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf.c208 return libbpf_err_errno(fd); in bpf_map_create()
384 return libbpf_err_errno(fd); in bpf_prog_load()
401 return libbpf_err_errno(ret); in bpf_map_update_elem()
416 return libbpf_err_errno(ret); in bpf_map_lookup_elem()
432 return libbpf_err_errno(ret); in bpf_map_lookup_elem_flags()
447 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem()
463 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem_flags()
477 return libbpf_err_errno(ret); in bpf_map_delete_elem()
492 return libbpf_err_errno(ret); in bpf_map_delete_elem_flags()
507 return libbpf_err_errno(ret); in bpf_map_get_next_key()
[all …]
Dlibbpf_errno.c52 return libbpf_err_errno(ret); in libbpf_strerror()
Dlibbpf_internal.h557 static inline int libbpf_err_errno(int ret) in libbpf_err_errno() function
Dlibbpf.c10630 return libbpf_err_errno(ret); in bpf_link__update_program()
10679 return libbpf_err_errno(close(link->fd)); in bpf_link__detach_fd()