函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:unpack_array

函数原型:static size_t unpack_array(struct aa_ext *e, const char *name)

返回类型:size_t

参数:

类型参数名称
struct aa_ext *e
const char *name
355  pos等于pointer to current position in the buffer
357  如果pack_nameX - check is the next element is of type X with a name of @name*@e: serialized data extent information (NOT NULL)*@code: type code*@name: name to match to the serialized element
359  如果非st if read will be in packed data bounds 则转到:fail
361  size等于le16_to_cpu(get_unaligned((__le16 * )pointer to current position in the buffer ))
362  pointer to current position in the buffer 加等于sizeof(u16)
363  返回:size
366  fail :
367  pointer to current position in the buffer 等于pos
368  返回:0
调用者
名称描述
unpack_trans_tablepack_trans_table - unpack a profile transition table*@e: serialized data extent information (NOT NULL)*@profile: profile to add the accept table to (NOT NULL)* Returns: 1 if table successfully unpacked
unpack_xattrs
unpack_secmark
unpack_rlimits