Searched refs:bpf_subprog_info (Results 1 – 4 of 4) sorted by relevance
665 struct bpf_subprog_info { struct758 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception …821 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
2846 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()2847 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()2853 struct bpf_subprog_info *vals = env->subprog_info; in find_containing_subprog()2874 struct bpf_subprog_info *p; in find_subprog()6630 struct bpf_subprog_info *si = env->subprog_info; in check_max_stack_depth()17005 struct bpf_subprog_info *subprog; in mark_subprog_changes_pkt_data()17013 struct bpf_subprog_info *subprog; in mark_subprog_might_sleep()17027 struct bpf_subprog_info *caller, *callee; in merge_callee_effects()17332 struct bpf_subprog_info *subprog, in mark_fastcall_pattern_for_call()17884 struct bpf_subprog_info *sub; in check_btf_line()[all …]
7651 struct bpf_subprog_info *sub = subprog_info(env, subprog); in btf_prepare_func_args()
765 struct bpf_subprog_info *info; in nfp_bpf_finalize()