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.h270 struct bpf_func_state { struct
271 struct bpf_reg_state regs[MAX_BPF_REG];
273 int callsite;
278 u32 frameno;
282 u32 subprogno;
288 u32 async_entry_cnt;
289 struct bpf_retval_range callback_ret_range;
290 bool in_callback_fn;
291 bool in_async_callback_fn;
292 bool in_exception_callback_fn;
[all …]