Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h31669 struct bpf_func_state { struct
31670 struct bpf_reg_state regs[11];
31671 int callsite;
31672 u32 frameno;
31673 u32 subprogno;
31674 u32 async_entry_cnt;
31675 bool in_callback_fn;
31676 struct tnum callback_ret_range;
31677 bool in_async_callback_fn;
31678 u32 callback_depth;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h41378 struct bpf_func_state { struct
41379 struct bpf_reg_state regs[11];
41380 int callsite;
41381 u32 frameno;
41382 u32 subprogno;
41383 u32 async_entry_cnt;
41384 bool in_callback_fn;
41385 struct tnum callback_ret_range;
41386 bool in_async_callback_fn;
41387 u32 callback_depth;
[all …]