Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h177 struct bpf_subprog_info { struct
200 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1]; argument
/Linux-v4.19/kernel/bpf/
Dverifier.c766 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()
767 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()
772 struct bpf_subprog_info *p; in find_subprog()
807 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()
1552 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth()