Searched defs:bpf_func_state (Results 1 – 1 of 1) sorted by relevance
181 struct bpf_func_state { struct182 struct bpf_reg_state regs[MAX_BPF_REG];184 int callsite;210 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument