Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h281 struct bpf_func_state { struct
282 struct bpf_reg_state regs[MAX_BPF_REG];
284 int callsite;
289 u32 frameno;
293 u32 subprogno;
321 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument