Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf_verifier.h171 struct bpf_func_state { struct
172 struct bpf_reg_state regs[MAX_BPF_REG];
174 int callsite;
200 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument