Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.c5282 static int bpf_object_init_prog_arrays(struct bpf_object *obj) in bpf_object_init_prog_arrays() function
8449 err = err ? : bpf_object_init_prog_arrays(obj); in bpf_object_load()