bpf_prog_aux      740 arch/riscv/net/bpf_jit_comp.c 	struct bpf_prog_aux *aux = ctx->prog->aux;
bpf_prog_aux      257 arch/x86/net/bpf_jit_comp32.c 				     const struct bpf_prog_aux *aux)
bpf_prog_aux      318 arch/x86/net/bpf_jit_comp32.c 					 const struct bpf_prog_aux *aux)
bpf_prog_aux      366 arch/x86/net/bpf_jit_comp32.c 				       const struct bpf_prog_aux *aux)
bpf_prog_aux      579 arch/x86/net/bpf_jit_comp32.c 				     u8 **pprog, const struct bpf_prog_aux *aux)
bpf_prog_aux      679 arch/x86/net/bpf_jit_comp32.c 				     const struct bpf_prog_aux *aux)
bpf_prog_aux      919 include/linux/bpf.h static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux)
bpf_prog_aux      938 include/linux/bpf.h static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux)
bpf_prog_aux       34 include/linux/filter.h struct bpf_prog_aux;
bpf_prog_aux      537 include/linux/filter.h 	struct bpf_prog_aux	*aux;		/* Auxiliary fields */
bpf_prog_aux     1817 include/linux/lsm_hooks.h 	int (*bpf_prog_alloc_security)(struct bpf_prog_aux *aux);
bpf_prog_aux     1818 include/linux/lsm_hooks.h 	void (*bpf_prog_free_security)(struct bpf_prog_aux *aux);
bpf_prog_aux     1856 include/linux/security.h struct bpf_prog_aux;
bpf_prog_aux     1863 include/linux/security.h extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux);
bpf_prog_aux     1864 include/linux/security.h extern void security_bpf_prog_free(struct bpf_prog_aux *aux);
bpf_prog_aux     1890 include/linux/security.h static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux)
bpf_prog_aux     1895 include/linux/security.h static inline void security_bpf_prog_free(struct bpf_prog_aux *aux)
bpf_prog_aux       80 kernel/bpf/core.c 	struct bpf_prog_aux *aux;
bpf_prog_aux      579 kernel/bpf/core.c 	const struct bpf_prog_aux *aux;
bpf_prog_aux      581 kernel/bpf/core.c 	aux = container_of(n, struct bpf_prog_aux, ksym_tnode);
bpf_prog_aux      597 kernel/bpf/core.c 	const struct bpf_prog_aux *aux;
bpf_prog_aux      599 kernel/bpf/core.c 	aux = container_of(n, struct bpf_prog_aux, ksym_tnode);
bpf_prog_aux      619 kernel/bpf/core.c static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux)
bpf_prog_aux      626 kernel/bpf/core.c static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux)
bpf_prog_aux      676 kernel/bpf/core.c 	       container_of(n, struct bpf_prog_aux, ksym_tnode)->prog :
bpf_prog_aux      718 kernel/bpf/core.c 	struct bpf_prog_aux *aux;
bpf_prog_aux     1671 kernel/bpf/core.c 	struct bpf_prog_aux *aux = fp->aux;
bpf_prog_aux     1969 kernel/bpf/core.c 	struct bpf_prog_aux *aux;
bpf_prog_aux     1972 kernel/bpf/core.c 	aux = container_of(work, struct bpf_prog_aux, work);
bpf_prog_aux     1992 kernel/bpf/core.c 	struct bpf_prog_aux *aux = fp->aux;
bpf_prog_aux      271 kernel/bpf/offload.c 	struct bpf_prog_aux *aux = args->prog->aux;
bpf_prog_aux      301 kernel/bpf/offload.c 	struct bpf_prog_aux *aux = prog->aux;
bpf_prog_aux     1224 kernel/bpf/syscall.c static void free_used_maps(struct bpf_prog_aux *aux)
bpf_prog_aux     1332 kernel/bpf/syscall.c 	struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu);
bpf_prog_aux     8249 kernel/bpf/verifier.c 		struct bpf_prog_aux *aux = env->prog->aux;
bpf_prog_aux     2388 security/security.c int security_bpf_prog_alloc(struct bpf_prog_aux *aux)
bpf_prog_aux     2396 security/security.c void security_bpf_prog_free(struct bpf_prog_aux *aux)
bpf_prog_aux     6799 security/selinux/hooks.c static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux)
bpf_prog_aux     6813 security/selinux/hooks.c static void selinux_bpf_prog_free(struct bpf_prog_aux *aux)