Searched defs:bpf_subprog_info (Results 1 – 1 of 1) sorted by relevance
402 struct bpf_subprog_info { struct404 u32 start; /* insn idx of function entry point */405 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */406 u16 stack_depth; /* max. stack depth used by this function */407 bool has_tail_call;408 bool tail_call_reachable;409 bool has_ld_abs;