函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:moyo_last_word - Get last component of a domainname.*@name: Domainname to check.* Returns the last word of @domainname.

函数原型:static const char *tomoyo_last_word(const char *name)

返回类型:char

参数:

类型参数名称
const char *name
204  cp等于strrchr - Find the last occurrence of a character in a string*@s: The string to be searched*@c: The character to search for
206  如果cp则返回:cp加1
208  返回:name
调用者
名称描述
tomoyo_transition_typemoyo_transition_type - Get domain transition type