Home
last modified time | relevance | path

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

/include/linux/
Dbpf_verifier.h299 struct bpf_func_state { struct
300 struct bpf_reg_state regs[MAX_BPF_REG];
302 int callsite;
307 u32 frameno;
311 u32 subprogno;
317 u32 async_entry_cnt;
318 struct bpf_retval_range callback_ret_range;
319 bool in_callback_fn;
320 bool in_async_callback_fn;
321 bool in_exception_callback_fn;
[all …]