Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dbpf_verifier.h111 struct bpf_func_state { struct
133 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h183 struct bpf_func_state { struct
184 struct bpf_reg_state regs[MAX_BPF_REG];
186 int callsite;
191 u32 frameno;
195 u32 subprogno;
219 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument