bpfsec 6730 security/selinux/hooks.c struct bpf_security_struct *bpfsec; bpfsec 6737 security/selinux/hooks.c bpfsec = map->security; bpfsec 6739 security/selinux/hooks.c sid, bpfsec->sid, SECCLASS_BPF, bpfsec 6745 security/selinux/hooks.c bpfsec = prog->aux->security; bpfsec 6747 security/selinux/hooks.c sid, bpfsec->sid, SECCLASS_BPF, bpfsec 6758 security/selinux/hooks.c struct bpf_security_struct *bpfsec; bpfsec 6760 security/selinux/hooks.c bpfsec = map->security; bpfsec 6762 security/selinux/hooks.c sid, bpfsec->sid, SECCLASS_BPF, bpfsec 6769 security/selinux/hooks.c struct bpf_security_struct *bpfsec; bpfsec 6771 security/selinux/hooks.c bpfsec = prog->aux->security; bpfsec 6773 security/selinux/hooks.c sid, bpfsec->sid, SECCLASS_BPF, bpfsec 6779 security/selinux/hooks.c struct bpf_security_struct *bpfsec; bpfsec 6781 security/selinux/hooks.c bpfsec = kzalloc(sizeof(*bpfsec), GFP_KERNEL); bpfsec 6782 security/selinux/hooks.c if (!bpfsec) bpfsec 6785 security/selinux/hooks.c bpfsec->sid = current_sid(); bpfsec 6786 security/selinux/hooks.c map->security = bpfsec; bpfsec 6793 security/selinux/hooks.c struct bpf_security_struct *bpfsec = map->security; bpfsec 6796 security/selinux/hooks.c kfree(bpfsec); bpfsec 6801 security/selinux/hooks.c struct bpf_security_struct *bpfsec; bpfsec 6803 security/selinux/hooks.c bpfsec = kzalloc(sizeof(*bpfsec), GFP_KERNEL); bpfsec 6804 security/selinux/hooks.c if (!bpfsec) bpfsec 6807 security/selinux/hooks.c bpfsec->sid = current_sid(); bpfsec 6808 security/selinux/hooks.c aux->security = bpfsec; bpfsec 6815 security/selinux/hooks.c struct bpf_security_struct *bpfsec = aux->security; bpfsec 6818 security/selinux/hooks.c kfree(bpfsec);