Searched defs:bpf_subprog_info (Results 1 – 1 of 1) sorted by relevance
502 struct bpf_subprog_info { struct504 u32 start; /* insn idx of function entry point */505 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */506 u16 stack_depth; /* max. stack depth used by this function */507 bool has_tail_call;508 bool tail_call_reachable;509 bool has_ld_abs;510 bool is_async_cb;
Completed in 7 milliseconds