Searched refs:real_func_cnt (Results 1 – 4 of 4) sorted by relevance
91 real_func_cnt = int(aux["real_func_cnt"])92 for i in range(1, real_func_cnt):
535 for (i = 0; i < fp->aux->real_func_cnt; i++) in bpf_prog_kallsyms_del_subprogs()1264 off >= 0 && off < prog->aux->real_func_cnt) in bpf_jit_get_func_addr()3017 for (i = 0; i < aux->real_func_cnt; i++) { in bpf_prog_free_deferred()3025 if (aux->real_func_cnt) { in bpf_prog_free_deferred()
3122 __bpf_prog_put_noref(prog, prog->aux->real_func_cnt); in bpf_prog_load()
1669 u32 real_func_cnt; /* includes hidden progs, only used for JIT and freeing progs */ member