Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h401 struct bpf_subprog_info { struct
443 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1];
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c765 struct bpf_subprog_info *info; in nfp_bpf_finalize()
/Linux-v5.15/kernel/bpf/
Dverifier.c1590 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()
1591 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()
1596 struct bpf_subprog_info *p; in find_subprog()
1791 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc()
1840 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()
3643 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth()
9905 struct bpf_subprog_info *sub; in check_btf_line()