Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dbpf_verifier.h286 struct bpf_func_state { struct
287 struct bpf_reg_state regs[MAX_BPF_REG];
289 int callsite;
294 u32 frameno;
298 u32 subprogno;
304 u32 async_entry_cnt;
305 struct bpf_retval_range callback_ret_range;
306 bool in_callback_fn;
307 bool in_async_callback_fn;
308 bool in_exception_callback_fn;
[all …]