函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\domain.c Create Date:2022-07-27 21:08:59
Last Modify:2022-05-23 20:14:46 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:moyo_find_namespace - Find specified namespace.*@name: Name of namespace to find.*@len: Length of @name.* Returns pointer to "struct tomoyo_policy_namespace" if found,* NULL otherwise.* Caller holds tomoyo_read_lock().

函数原型:static struct tomoyo_policy_namespace *tomoyo_find_namespace(const char *name, const unsigned int len)

返回类型:struct tomoyo_policy_namespace

参数:

类型参数名称
const char *name
const unsigned intlen
444  如果字符串指定长度比较name[len]且name[len]不等于' '则继续下一循环
447  返回:ns
449  返回:NULL
调用者
名称描述
tomoyo_assign_namespacemoyo_assign_namespace - Create a new namespace.*@domainname: Name of namespace to create.* Returns pointer to "struct tomoyo_policy_namespace" on success,* NULL otherwise.* Caller holds tomoyo_read_lock().