函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:pack control byte

函数原型:static bool unpack_X(struct aa_ext *e, enum aa_code code)

返回类型:bool

参数:

类型参数名称
struct aa_ext *e
enum aa_codecode
245  如果非st if read will be in packed data bounds 则返回:0
247  如果pointer to current position in the buffer 不等于code则返回:0
249  pointer to current position in the buffer 自加
250  返回:1
调用者
名称描述
unpack_nameXpack_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