Searched refs:bpf_program__is_function_storage (Results 1 – 1 of 1) sorted by relevance
3529 static bool bpf_program__is_function_storage(const struct bpf_program *prog, in bpf_program__is_function_storage() function3542 if (bpf_program__is_function_storage(&obj->programs[i], obj)) in bpf_object__load_progs()4306 } while (prog && bpf_program__is_function_storage(prog, obj)); in bpf_program__next()4318 } while (prog && bpf_program__is_function_storage(prog, obj)); in bpf_program__prev()