Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf_verifier.h432 struct bpf_subprog_info { struct
474 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1];
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c765 struct bpf_subprog_info *info; in nfp_bpf_finalize()
/linux-5.19.10/kernel/bpf/
Dverifier.c1802 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()
1803 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()
1808 struct bpf_subprog_info *p; in find_subprog()
2147 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc()
2190 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()
4201 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth()
10963 struct bpf_subprog_info *sub; in check_btf_line()