Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h665 struct bpf_subprog_info { struct
758 …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()
/linux-6.15/kernel/bpf/
H A Dverifier.c2846 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 …]
H A Dbtf.c7651 struct bpf_subprog_info *sub = subprog_info(env, subprog); in btf_prepare_func_args()
/linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c765 struct bpf_subprog_info *info; in nfp_bpf_finalize()