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.h348 struct bpf_func_state { struct
349 struct bpf_reg_state regs[MAX_BPF_REG];
351 int callsite;
356 u32 frameno;
361 u32 diag_frame_id;
365 u32 subprogno;
371 u32 async_entry_cnt;
372 struct bpf_retval_range callback_ret_range;
373 bool in_callback_fn;
374 bool in_async_callback_fn;
[all …]