Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h284 struct bpf_func_state { struct
285 struct bpf_reg_state regs[MAX_BPF_REG];
287 int callsite;
292 u32 frameno;
296 u32 subprogno;
302 u32 async_entry_cnt;
303 struct bpf_retval_range callback_ret_range;
304 bool in_callback_fn;
305 bool in_async_callback_fn;
306 bool in_exception_callback_fn;
[all …]