Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Dbpf.c202 return libbpf_err_errno(fd); in bpf_map_create()
377 return libbpf_err_errno(fd); in bpf_prog_load()
394 return libbpf_err_errno(ret); in bpf_map_update_elem()
409 return libbpf_err_errno(ret); in bpf_map_lookup_elem()
425 return libbpf_err_errno(ret); in bpf_map_lookup_elem_flags()
440 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem()
456 return libbpf_err_errno(ret); in bpf_map_lookup_and_delete_elem_flags()
470 return libbpf_err_errno(ret); in bpf_map_delete_elem()
485 return libbpf_err_errno(ret); in bpf_map_delete_elem_flags()
500 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.h501 static inline int libbpf_err_errno(int ret) in libbpf_err_errno() function
Dlibbpf.c9929 return libbpf_err_errno(ret); in bpf_link__update_program()
9978 return libbpf_err_errno(close(link->fd)); in bpf_link__detach_fd()