Searched refs:msec (Results 1 – 1 of 1) sorted by relevance
5527 struct msg_security_struct *msec; in msg_msg_alloc_security() local5529 msec = kzalloc(sizeof(struct msg_security_struct), GFP_KERNEL); in msg_msg_alloc_security()5530 if (!msec) in msg_msg_alloc_security()5533 msec->sid = SECINITSID_UNLABELED; in msg_msg_alloc_security()5534 msg->security = msec; in msg_msg_alloc_security()5541 struct msg_security_struct *msec = msg->security; in msg_msg_free_security() local5544 kfree(msec); in msg_msg_free_security()5650 struct msg_security_struct *msec; in selinux_msg_queue_msgsnd() local5656 msec = msg->security; in selinux_msg_queue_msgsnd()5661 if (msec->sid == SECINITSID_UNLABELED) { in selinux_msg_queue_msgsnd()[all …]