Home
last modified time | relevance | path

Searched refs:libbpf_is_mem_zeroed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h286 static inline bool libbpf_is_mem_zeroed(const char *p, ssize_t len) in libbpf_is_mem_zeroed() function
305 if (!libbpf_is_mem_zeroed(opts + opts_sz, (ssize_t)user_sz - opts_sz)) { in libbpf_validate_opts()
330 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_internal.h286 static inline bool libbpf_is_mem_zeroed(const char *p, ssize_t len) in libbpf_is_mem_zeroed() function
305 if (!libbpf_is_mem_zeroed(opts + opts_sz, (ssize_t)user_sz - opts_sz)) { in libbpf_validate_opts()
330 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \
H A Dlibbpf.c1147 if (!libbpf_is_mem_zeroed(mdata, msize)) { in bpf_map__init_kern_struct_ops()