Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\policy_unpack.c Create Date:2022-07-28 19:52:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pack control byte

Proto:static bool unpack_X(struct aa_ext *e, enum aa_code code)

Type:bool

Parameter:

TypeParameterName
struct aa_ext *e
enum aa_codecode
245  If Not st if read will be in packed data bounds Then Return 0
247  If pointer to current position in the buffer != code Then Return 0
249  pointer to current position in the buffer ++
250  Return 1
Caller
NameDescribe
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