Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h401 struct bpf_subprog_info { struct
442 struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 1];
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c760 struct bpf_subprog_info *info; in nfp_bpf_finalize()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c1437 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()
1438 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()
1443 struct bpf_subprog_info *p; in find_subprog()
1478 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()
3261 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth()
8829 struct bpf_subprog_info *sub; in check_btf_line()