Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.h Create Date:2022-07-28 19:32:41
Last Modify:2020-03-18 09:12:16 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

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

Proto:static inline bool tomoyo_same_name_union(const struct tomoyo_name_union *a, const struct tomoyo_name_union *b)

Type:bool

Parameter:

TypeParameterName
const struct tomoyo_name_union *a
const struct tomoyo_name_union *b
1236  Return Either @filename or @group is NULL. == Either @filename or @group is NULL. && group == group
Caller
NameDescribe
tomoyo_same_path_aclmoyo_same_path_acl - Check for duplicated "struct tomoyo_path_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise.
tomoyo_same_mkdev_aclmoyo_same_mkdev_acl - Check for duplicated "struct tomoyo_mkdev_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise.
tomoyo_same_path2_aclmoyo_same_path2_acl - Check for duplicated "struct tomoyo_path2_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise.
tomoyo_same_path_number_aclmoyo_same_path_number_acl - Check for duplicated "struct tomoyo_path_number_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise.
tomoyo_same_mount_aclmoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b, false otherwise.
tomoyo_same_unix_aclmoyo_same_unix_acl - Check for duplicated "struct tomoyo_unix_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise.