函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:avc_xperms_decision_free

函数原型:static void avc_xperms_decision_free(struct avc_xperms_decision_node *xpd_node)

返回类型:void

参数:

类型参数名称
struct avc_xperms_decision_node *xpd_node
228  xpd等于xpd
229  如果allowedkmem_cache_free(avc_xperms_data_cachep, allowed)
231  如果auditallowkmem_cache_free(avc_xperms_data_cachep, auditallow)
233  如果dontauditkmem_cache_free(avc_xperms_data_cachep, dontaudit)
235  kmem_cache_free(avc_xperms_decision_cachep, xpd_node)
调用者
名称描述
avc_xperms_free
avc_xperms_decision_alloc