Searched refs:bpf_prog_aux (Results 1 – 19 of 19) sorted by relevance
/linux/kernel/bpf/preload/iterators/ |
A 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()
|
/linux/kernel/bpf/ |
A D | core.c | 84 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() 727 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() 2306 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free()
|
A D | offload.c | 271 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() 301 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill()
|
A D | arraymap.c | 899 struct bpf_prog_aux *aux; 903 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_track() 936 struct bpf_prog_aux *prog_aux) in prog_array_map_poke_untrack()
|
A D | local_storage.c | 464 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
A D | trampoline.c | 178 const struct bpf_prog_aux *aux; in bpf_trampoline_get_progs()
|
A D | syscall.c | 1769 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() 1800 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() 1803 aux = container_of(work, struct bpf_prog_aux, work); in bpf_prog_put_deferred() 1812 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put()
|
A D | helpers.c | 1153 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
|
A D | verifier.c | 1796 struct bpf_prog_aux *prog_aux; in add_kfunc_call() 9412 struct bpf_prog_aux *aux = env->prog->aux; in check_ld_imm() 10116 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func() 12052 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() 13436 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs() 13615 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()
|
/linux/include/linux/ |
A D | bpf.h | 31 struct bpf_prog_aux; 106 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux); 107 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); 851 struct bpf_prog_aux { struct 1946 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, 1955 void __bpf_free_used_maps(struct bpf_prog_aux *aux, 1989 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound() 2017 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
|
A D | bpf-cgroup.h | 216 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *map); 483 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign()
|
A D | security.h | 1966 struct bpf_prog_aux; 1973 extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux); 1974 extern void security_bpf_prog_free(struct bpf_prog_aux *aux); 2000 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() 2005 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
|
A D | lsm_hook_defs.h | 393 LSM_HOOK(int, 0, bpf_prog_alloc_security, struct bpf_prog_aux *aux) 394 LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux)
|
A D | filter.h | 34 struct bpf_prog_aux; 585 struct bpf_prog_aux *aux; /* Auxiliary fields */
|
/linux/Documentation/bpf/ |
A D | drgn.rst | 99 For example, to print ``struct bpf_prog_aux`` for BPF program id 53077: 124 *(struct bpf_prog_aux *)0xffff8893fad4b400 = {
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp32.c | 258 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/security/ |
A D | security.c | 2583 int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() 2591 void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
|
/linux/arch/riscv/net/ |
A D | bpf_jit_comp64.c | 530 struct bpf_prog_aux *aux = ctx->prog->aux; in bpf_jit_emit_insn()
|
/linux/security/selinux/ |
A D | hooks.c | 6935 static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux) in selinux_bpf_prog_alloc() 6949 static void selinux_bpf_prog_free(struct bpf_prog_aux *aux) in selinux_bpf_prog_free()
|
Completed in 103 milliseconds