Home
last modified time | relevance | path

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

/include/linux/
Dbpf_verifier.h212 struct bpf_func_state { struct
213 struct bpf_reg_state regs[MAX_BPF_REG];
215 int callsite;
220 u32 frameno;
224 u32 subprogno;
230 u32 async_entry_cnt;
231 bool in_callback_fn;
232 bool in_async_callback_fn;
256 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument