Searched refs:libbpf_err (Results 1 – 10 of 10) sorted by relevance
282 return libbpf_err(-EINVAL); in bpf_xdp_attach()291 return libbpf_err(err); in bpf_xdp_attach()372 return libbpf_err(-EINVAL); in bpf_xdp_query()375 return libbpf_err(-EINVAL); in bpf_xdp_query()380 return libbpf_err(-EINVAL); in bpf_xdp_query()388 return libbpf_err(err); in bpf_xdp_query()406 return libbpf_err(ret); in bpf_xdp_query_id()515 return libbpf_err(-EINVAL); in bpf_tc_hook_create()518 return libbpf_err(ret); in bpf_tc_hook_create()529 return libbpf_err(-EINVAL); in bpf_tc_hook_destroy()[all …]
570 return libbpf_err(-EINVAL); in btf__set_pointer_size()597 return libbpf_err(-EINVAL); in btf__set_endianness()654 return libbpf_err(-E2BIG); in btf__resolve_size()659 return libbpf_err(-EINVAL); in btf__resolve_size()667 return libbpf_err(-EINVAL); in btf__resolve_size()669 return libbpf_err(-E2BIG); in btf__resolve_size()704 return libbpf_err(align); in btf__align_of()744 return libbpf_err(-EINVAL); in btf__resolve_type()764 return libbpf_err(-ENOENT); in btf__find_by_name()786 return libbpf_err(-ENOENT); in btf_find_by_name_kind()[all …]
138 return libbpf_err(-EBUSY); in libbpf_set_memlock_rlim()181 return libbpf_err(-EINVAL); in bpf_map_create()247 return libbpf_err(-EINVAL); in bpf_prog_load()251 return libbpf_err(-EINVAL); in bpf_prog_load()270 return libbpf_err(-E2BIG); in bpf_prog_load()279 return libbpf_err(-EINVAL); in bpf_prog_load()292 return libbpf_err(-EINVAL); in bpf_prog_load()294 return libbpf_err(-EINVAL); in bpf_prog_load()296 return libbpf_err(-EINVAL); in bpf_prog_load()527 return libbpf_err(-EINVAL); in bpf_map_batch_common()[all …]
45 return libbpf_err(-EINVAL); in libbpf_strerror()66 return libbpf_err(-ERANGE); in libbpf_strerror()73 return libbpf_err(-ERANGE); in libbpf_strerror()74 return libbpf_err(-ENOENT); in libbpf_strerror()
91 return libbpf_err(err); in ring_buffer__add()97 return libbpf_err(-EINVAL); in ring_buffer__add()102 return libbpf_err(-ENOMEM); in ring_buffer__add()107 return libbpf_err(-ENOMEM); in ring_buffer__add()124 return libbpf_err(err); in ring_buffer__add()135 return libbpf_err(-E2BIG); in ring_buffer__add()143 return libbpf_err(err); in ring_buffer__add()158 return libbpf_err(err); in ring_buffer__add()285 return libbpf_err(err); in ring_buffer__consume()304 return libbpf_err(-errno); in ring_buffer__poll()[all …]
129 return libbpf_err(-EINVAL); in libbpf_probe_bpf_prog_type()132 return libbpf_err(ret); in libbpf_probe_bpf_prog_type()311 return libbpf_err(-EINVAL); in libbpf_probe_bpf_map_type()314 return libbpf_err(ret); in libbpf_probe_bpf_map_type()329 return libbpf_err(-EINVAL); in libbpf_probe_bpf_helper()347 return libbpf_err(ret); in libbpf_probe_bpf_helper()
4711 return libbpf_err(-EBUSY);4729 return libbpf_err(err);4738 return libbpf_err(-errno);4777 return libbpf_err(err);4796 return libbpf_err(-EBUSY);7686 return libbpf_err(-EINVAL);8072 return libbpf_err(-EINVAL);8076 return libbpf_err(-EINVAL);8132 return libbpf_err(err);8199 return libbpf_err(-EINVAL);[all …]
282 return libbpf_err(-EINVAL); in btf_dump__dump_type()286 return libbpf_err(err); in btf_dump__dump_type()291 return libbpf_err(err); in btf_dump__dump_type()1273 return libbpf_err(-EINVAL); in btf_dump__emit_type_decl()1277 return libbpf_err(err); in btf_dump__emit_type_decl()2500 return libbpf_err(-EINVAL); in btf_dump__dump_type_data()2504 return libbpf_err(-ENOENT); in btf_dump__dump_type_data()2525 return libbpf_err(ret); in btf_dump__dump_type_data()
447 return libbpf_err(-EINVAL); in bpf_linker__add_file()450 return libbpf_err(-EINVAL); in bpf_linker__add_file()470 return libbpf_err(err); in bpf_linker__add_file()2557 return libbpf_err(-EINVAL); in bpf_linker__finalize()2561 return libbpf_err(err); in bpf_linker__finalize()2593 return libbpf_err(err); in bpf_linker__finalize()2600 return libbpf_err(err); in bpf_linker__finalize()
488 static inline int libbpf_err(int ret) in libbpf_err() function