Searched defs:bpf_subprog_info (Results 1 – 2 of 2) sorted by relevance
374 struct bpf_subprog_info { struct376 u32 start; /* insn idx of function entry point */377 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */378 u16 stack_depth; /* max. stack depth used by this function */379 bool has_tail_call;380 bool tail_call_reachable;381 bool has_ld_abs;
190 struct bpf_subprog_info { struct191 u32 start; /* insn idx of function entry point */215 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1]; argument