函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\smack\smack_lsm.c Create Date:2022-07-27 20:53:52
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:smack_secid_to_secctx - return the smack label for a secid*@secid: incoming integer*@secdata: destination*@seclen: how long it is* Exists for networking code.

函数原型:static int smack_secid_to_secctx(unsigned int secid, char **secdata, unsigned int *seclen)

返回类型:int

参数:

类型参数名称
unsigned intsecid
char **secdata
unsigned int *seclen
4455  skp等于smack_from_secid(secid)
4457  如果secdatasecdata等于smk_known
4459  seclen等于strlen - Find the length of a string*@s: The string to be sized
4460  返回:0