Searched defs:bpf_subprog_info (Results 1 – 1 of 1) sorted by relevance
665 struct bpf_subprog_info { struct667 u32 start; /* insn idx of function entry point */668 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */669 u16 stack_depth; /* max. stack depth used by this function */670 u16 stack_extra;674 s16 fastcall_stack_off;675 bool has_tail_call: 1;676 bool tail_call_reachable: 1;677 bool has_ld_abs: 1;678 bool is_cb: 1;[all …]