Searched refs:bpf_prog_aux (Results 1 – 10 of 10) sorted by relevance
| /kernel/bpf/preload/iterators/ |
| A 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/ |
| A D | offload.c | 439 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() 469 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill() 829 struct bpf_prog_aux *prog_aux) in bpf_dev_bound_kfunc_check()
|
| A D | core.c | 100 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() 791 container_of(ksym, struct bpf_prog_aux, ksym)->prog : in bpf_prog_ksym_find() 2380 struct bpf_prog_aux *aux = fp->aux; in __bpf_prog_map_compatible() 2450 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() 2842 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps() 2860 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps() 2881 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs() 2889 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() 2892 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred() 2929 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()
|
| A D | stream.c | 225 static struct bpf_stream *bpf_stream_get(enum bpf_stream_id stream_id, struct bpf_prog_aux *aux) in bpf_stream_get() 364 struct bpf_prog_aux *aux = aux__prog; in bpf_stream_vprintk()
|
| A D | arraymap.c | 1023 struct bpf_prog_aux *aux; 1027 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track() 1060 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
|
| A D | helpers.c | 1356 struct bpf_prog_aux *aux, unsigned int flags, in __bpf_async_set_callback() 1402 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument 2978 struct bpf_prog_aux *aux; 3063 struct bpf_prog_aux *aux = (struct bpf_prog_aux *)aux__prog; in bpf_wq_set_callback_impl()
|
| A D | local_storage.c | 463 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
| A D | syscall.c | 2326 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() 2359 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() 2362 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred() 2372 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
|
| A D | trampoline.c | 533 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_freplace_check_tgt_prog()
|
| A D | verifier.c | 3017 struct bpf_prog_aux *aux = env->prog->aux; in bpf_find_exception_callback_insn_off() 3250 struct bpf_prog_aux *prog_aux; in add_kfunc_call() 16918 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm() 18120 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func() 20847 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() 23144 struct bpf_prog_aux *aux = env->prog->aux; in do_check_common() 23290 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs() 23564 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
|
Completed in 72 milliseconds