Searched refs:bpf_prog_aux (Results 1 – 9 of 9) sorted by relevance
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 40 struct bpf_prog_aux { struct 50 struct bpf_prog_aux *aux; argument 99 struct bpf_prog_aux *aux; in dump_bpf_prog()
|
/kernel/bpf/ |
D | core.c | 86 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() 733 container_of(ksym, struct bpf_prog_aux, ksym)->prog : in bpf_prog_ksym_find() 1858 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() 2226 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps() 2240 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps() 2246 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, in __bpf_free_used_btfs() 2262 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs() 2270 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() 2273 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred() 2303 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()
|
D | offload.c | 268 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() 298 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill()
|
D | arraymap.c | 906 struct bpf_prog_aux *aux; 910 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track() 943 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
|
D | local_storage.c | 464 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
D | trampoline.c | 177 const struct bpf_prog_aux *aux; in bpf_trampoline_get_progs()
|
D | syscall.c | 1763 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() 1794 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() 1797 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred() 1807 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
|
D | helpers.c | 1163 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
|
D | verifier.c | 1667 struct bpf_prog_aux *prog_aux; in add_kfunc_call() 9418 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm() 10121 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func() 12059 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() 13443 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs() 13622 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
|