Home
last modified time | relevance | path

Searched refs:bpf_prog_aux (Results 1 – 16 of 16) sorted by relevance

/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
104 struct bpf_prog_aux *aux; in dump_bpf_prog()
/linux/include/linux/
H A Dbpf.h38 struct bpf_prog_aux;
130 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux);
131 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux);
1439 struct bpf_prog_aux { struct
1564 struct bpf_prog_aux *aux; /* Auxiliary fields */
2929 void __bpf_free_used_btfs(struct bpf_prog_aux *aux,
2938 void __bpf_free_used_maps(struct bpf_prog_aux *aux,
2973 struct bpf_prog_aux *prog_aux);
2979 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
3015 struct bpf_prog_aux *prog_aux) in bpf_dev_bound_kfunc_check()
[all …]
H A Dbpf-cgroup.h177 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *map);
481 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign()
H A Dfilter.h35 struct bpf_prog_aux;
/linux/Documentation/bpf/
H A Ddrgn.rst99 For example, to print ``struct bpf_prog_aux`` for BPF program id 53077:
124 *(struct bpf_prog_aux *)0xffff8893fad4b400 = {
/linux/kernel/bpf/
H A Doffload.c438 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns()
468 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill()
824 struct bpf_prog_aux *prog_aux) in bpf_dev_bound_kfunc_check()
H A Dcore.c100 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats()
780 container_of(ksym, struct bpf_prog_aux, ksym)->prog : in bpf_prog_ksym_find()
2340 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call()
2722 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps()
2740 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps()
2746 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, in __bpf_free_used_btfs()
2762 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs()
2770 struct bpf_prog_aux *aux; in bpf_prog_free_deferred()
2773 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_free_deferred()
2809 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()
H A Dhelpers.c1331 struct bpf_prog_aux *aux, unsigned int flags, in __bpf_async_set_callback()
1377 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
2650 struct bpf_prog_aux *aux;
2728 struct bpf_prog_aux *aux = (struct bpf_prog_aux *)aux__ign; in bpf_wq_set_callback_impl()
H A Darraymap.c1005 struct bpf_prog_aux *aux;
1009 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track()
1042 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
H A Dlocal_storage.c470 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
H A Dsyscall.c2243 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu()
2275 struct bpf_prog_aux *aux; in bpf_prog_put_deferred()
2278 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred()
2288 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
H A Dverifier.c2511 struct bpf_prog_aux *aux = env->prog->aux; in bpf_find_exception_callback_insn_off()
2738 struct bpf_prog_aux *prog_aux; in add_kfunc_call()
15381 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm()
16243 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func()
18746 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove()
20881 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs()
21110 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c82 static const struct bpf_ctx_arg_aux *find_ctx_arg_info(struct bpf_prog_aux *aux, int offset) in find_ctx_arg_info()
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c258 const struct bpf_prog_aux *aux) in emit_ia32_mov_r64()
319 const struct bpf_prog_aux *aux) in emit_ia32_to_le_r64()
367 const struct bpf_prog_aux *aux) in emit_ia32_to_be_r64()
580 u8 **pprog, const struct bpf_prog_aux *aux) in emit_ia32_alu_r64()
680 const struct bpf_prog_aux *aux) in emit_ia32_alu_i64()
/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c599 struct bpf_prog_aux *aux = ctx->prog->aux; in bpf_jit_emit_insn()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1074 struct bpf_prog_aux *aux = ctx->prog->aux; in bpf_jit_emit_insn()