Home
last modified time | relevance | path

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

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