Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbpf.c202 return libbpf_err_errno(fd); in bpf_map_create()
378 return libbpf_err_errno(fd); in bpf_prog_load()
395 return libbpf_err_errno(ret); in bpf_map_update_elem()
410 return libbpf_err_errno(ret); in bpf_map_lookup_elem()
426 return libbpf_err_errno(ret); in bpf_map_lookup_elem_flags()
441 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem()
457 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem_flags()
471 return libbpf_err_errno(ret); in bpf_map_delete_elem()
486 return libbpf_err_errno(ret); in bpf_map_delete_elem_flags()
501 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.h498 static inline int libbpf_err_errno(int ret) in libbpf_err_errno() function
Dlibbpf.c9516 return libbpf_err_errno(ret); in bpf_link__update_program()
9565 return libbpf_err_errno(close(link->fd)); in bpf_link__detach_fd()