Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h648 struct bpf_subprog_info { struct
650 u32 start; /* insn idx of function entry point */
651 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
652 u16 stack_depth; /* max. stack depth used by this function */
653 u16 stack_extra;
657 s16 fastcall_stack_off;
658 bool has_tail_call: 1;
659 bool tail_call_reachable: 1;
660 bool has_ld_abs: 1;
661 bool is_cb: 1;
[all …]