Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h732 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception … member
789 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info() function