Home
last modified time | relevance | path

Searched defs:bpf_subprog_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/include/linux/
Dbpf_verifier.h616 struct bpf_subprog_info { struct
618 u32 start; /* insn idx of function entry point */
619 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
620 u16 stack_depth; /* max. stack depth used by this function */
621 bool has_tail_call: 1;
622 bool tail_call_reachable: 1;
623 bool has_ld_abs: 1;
624 bool is_cb: 1;
625 bool is_async_cb: 1;
626 bool is_exception_cb: 1;
[all …]