函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\security.c Create Date:2022-07-27 20:12:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lsm_msg_msg_alloc - allocate a composite msg_msg blob*@mp: the msg_msg that needs a blob* Allocate the ipc blob for all the modules* Returns 0, or -ENOMEM if memory can't be allocated.

函数原型:static int lsm_msg_msg_alloc(struct msg_msg *mp)

返回类型:int

参数:

类型参数名称
struct msg_msg *mp
614  如果lbs_msg_msg恒等于0则
615  security = NULL
616  返回:0
619  security等于分配内存并置零
620  如果(security == NULL)则返回:负ENOMEM
622  返回:0
调用者
名称描述
security_msg_msg_alloc