Searched defs:msec (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c5196 struct msg_security_struct *msec; local
5198 msec = kzalloc(sizeof(struct msg_security_struct), GFP_KERNEL);
5199 if (!msec)
5202 msec->sid = SECINITSID_UNLABELED;
5203 msg->security = msec;
5210 struct msg_security_struct *msec = msg->security; local
5213 kfree(msec);
5318 struct msg_security_struct *msec; local
5324 msec = msg->security;
5329 if (msec
5363 struct msg_security_struct *msec; local
[all...]

Completed in 15 milliseconds