Searched refs:bpf_prog_aux (Results 1 – 8 of 8) sorted by relevance
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 40 struct bpf_prog_aux { struct 50 struct bpf_prog_aux *aux; argument 104 struct bpf_prog_aux *aux; in dump_bpf_prog()
|
/kernel/bpf/ |
D | core.c | 94 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() 749 container_of(ksym, struct bpf_prog_aux, ksym)->prog : in bpf_prog_ksym_find() 2295 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() 2674 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps() 2688 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps() 2694 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, in __bpf_free_used_btfs() 2710 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs() 2718 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() 2721 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred() 2757 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()
|
D | offload.c | 431 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() 461 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill() 817 struct bpf_prog_aux *prog_aux) in bpf_dev_bound_kfunc_check()
|
D | arraymap.c | 967 struct bpf_prog_aux *aux; 971 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track() 1004 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
|
D | local_storage.c | 470 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
D | syscall.c | 2137 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() 2169 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() 2172 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred() 2182 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
|
D | helpers.c | 1267 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
|
D | verifier.c | 2841 struct bpf_prog_aux *prog_aux; in add_kfunc_call() 14785 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm() 15577 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func() 17918 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() 19673 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs() 19853 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
|