Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h198 struct bpf_func_state { struct
199 struct bpf_reg_state regs[MAX_BPF_REG];
201 int callsite;
206 u32 frameno;
210 u32 subprogno;
216 u32 async_entry_cnt;
217 bool in_callback_fn;
218 bool in_async_callback_fn;
242 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument

Completed in 5 milliseconds