Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\domain.c Create Date:2022-07-28 19:39:27
Last Modify:2022-05-23 20:14:46 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b, false otherwise.

Proto:static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, const struct tomoyo_acl_info *b)

Type:bool

Parameter:

TypeParameterName
const struct tomoyo_acl_info *a
const struct tomoyo_acl_info *b
76  Return One of values in "enum tomoyo_acl_entry_type_index". == One of values in "enum tomoyo_acl_entry_type_index". && Maybe NULL. == Maybe NULL.
Caller
NameDescribe
tomoyo_update_domainmoyo_update_domain - Update an entry for domain policy.*@new_entry: Pointer to "struct tomoyo_acl_info".*@size: Size of @new_entry in bytes.*@param: Pointer to "struct tomoyo_acl_param".*@check_duplicate: Callback function to find duplicated entry.