Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

Proto:static inline bool tomoyo_same_ipaddr_union(const struct tomoyo_ipaddr_union *a, const struct tomoyo_ipaddr_union *b)

Type:bool

Parameter:

TypeParameterName
const struct tomoyo_ipaddr_union *a
const struct tomoyo_ipaddr_union *b
1266  Return Not memcmp(Big endian. , Big endian. , size of Big endian. ) && Pointer to address group. == Pointer to address group. && Valid only if @group == NULL. == Valid only if @group == NULL.
Caller
NameDescribe
tomoyo_same_address_groupmoyo_same_address_group - Check for duplicated "struct tomoyo_address_group" entry.*@a: Pointer to "struct tomoyo_acl_head".*@b: Pointer to "struct tomoyo_acl_head".* Returns true if @a == @b, false otherwise.
tomoyo_same_inet_aclmoyo_same_inet_acl - Check for duplicated "struct tomoyo_inet_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.