Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_verifier.h652 struct bpf_subprog_info { struct
654 u32 start; /* insn idx of function entry point */
655 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
656 u16 stack_depth; /* max. stack depth used by this function */
657 u16 stack_extra;
661 s16 fastcall_stack_off;
662 bool has_tail_call: 1;
663 bool tail_call_reachable: 1;
664 bool has_ld_abs: 1;
665 bool is_cb: 1;
[all …]