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.h402 struct bpf_subprog_info { struct
404 u32 start; /* insn idx of function entry point */
405 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
406 u16 stack_depth; /* max. stack depth used by this function */
407 bool has_tail_call;
408 bool tail_call_reachable;
409 bool has_ld_abs;
/kernel/linux/linux-6.6/include/linux/
Dbpf_verifier.h567 struct bpf_subprog_info { struct
569 u32 start; /* insn idx of function entry point */
570 u32 linfo_idx; /* The idx to the main_prog->aux->linfo */
571 u16 stack_depth; /* max. stack depth used by this function */
572 bool has_tail_call;
573 bool tail_call_reachable;
574 bool has_ld_abs;
575 bool is_async_cb;
576 bool changes_pkt_data;