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 99 struct bpf_prog_aux *aux; in dump_bpf_prog()
|
/kernel/bpf/ |
D | core.c | 88 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() 730 container_of(ksym, struct bpf_prog_aux, ksym)->prog : in bpf_prog_ksym_find() 2121 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() 2494 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps() 2508 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps() 2514 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, in __bpf_free_used_btfs() 2530 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs() 2538 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() 2541 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred() 2577 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 | 946 struct bpf_prog_aux *aux; 950 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track() 983 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
|
D | local_storage.c | 463 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
D | syscall.c | 2026 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() 2057 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() 2060 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred() 2070 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
|
D | helpers.c | 1216 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
|
D | verifier.c | 2035 struct bpf_prog_aux *prog_aux; in add_kfunc_call() 10667 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm() 11400 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func() 13376 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() 14998 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs() 15177 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
|