Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h374 struct bpf_subprog_info { struct
376 u32 start; /* insn idx of function entry point */
377 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
378 u16 stack_depth; /* max. stack depth used by this function */
379 bool has_tail_call;
380 bool tail_call_reachable;
381 bool has_ld_abs;
/kernel/linux/linux-4.19/include/linux/
Dbpf_verifier.h190 struct bpf_subprog_info { struct
191 u32 start; /* insn idx of function entry point */
215 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1]; argument