Home
last modified time | relevance | path

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

/include/linux/
Dbpf_verifier.h182 struct bpf_func_state { struct
218 struct bpf_func_state *frame[MAX_CALL_FRAMES]; argument
480 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()