函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.h Create Date:2022-07-27 21:02:04
Last Modify:2020-03-18 09:12:16 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:static inline bool tomoyo_same_ipaddr_union(const struct tomoyo_ipaddr_union *a, const struct tomoyo_ipaddr_union *b)

返回类型:bool

参数:

类型参数名称
const struct tomoyo_ipaddr_union *a
const struct tomoyo_ipaddr_union *b
1266  返回:非内存比较Pointer to address group. 恒等于Pointer to address group. Valid only if @group == NULL. 恒等于Valid only if @group == NULL.
调用者
名称描述
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.