Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c81 struct bpf_prog_aux *aux; in bpf_prog_alloc()
414 const struct bpf_prog_aux *aux; in bpf_get_prog_addr_start()
416 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_get_prog_addr_start()
432 const struct bpf_prog_aux *aux; in bpf_tree_comp()
434 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_tree_comp()
454 static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_add()
461 static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_del()
511 container_of(n, struct bpf_prog_aux, ksym_tnode)->prog : in bpf_prog_kallsyms_find()
554 struct bpf_prog_aux *aux; in bpf_get_kallsym()
1433 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call()
[all …]
Doffload.c239 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns()
269 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill()
Dsyscall.c990 static void free_used_maps(struct bpf_prog_aux *aux) in free_used_maps()
1093 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu()
/Linux-v4.19/include/linux/
Dbpf.h274 struct bpf_prog_aux { struct
682 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
701 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
Dsecurity.h1779 struct bpf_prog_aux;
1786 extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux);
1787 extern void security_bpf_prog_free(struct bpf_prog_aux *aux);
1813 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc()
1818 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
Dlsm_hooks.h1777 int (*bpf_prog_alloc_security)(struct bpf_prog_aux *aux);
1778 void (*bpf_prog_free_security)(struct bpf_prog_aux *aux);
Dfilter.h32 struct bpf_prog_aux;
496 struct bpf_prog_aux *aux; /* Auxiliary fields */
/Linux-v4.19/security/
Dsecurity.c1787 int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc()
1795 void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
/Linux-v4.19/security/selinux/
Dhooks.c6874 static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux) in selinux_bpf_prog_alloc()
6888 static void selinux_bpf_prog_free(struct bpf_prog_aux *aux) in selinux_bpf_prog_free()