Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dfa_free - free a dfa allocated by aa_dfa_unpack*@dfa: the dfa to free (MAYBE NULL)* Requires: reference count to dfa == 0

Proto:static void dfa_free(struct aa_dfa *dfa)

Type:void

Parameter:

TypeParameterName
struct aa_dfa *dfa
248  If dfa Then
253  tables[i] = NULL
255  kfree(dfa)
Caller
NameDescribe
aa_dfa_free_krefaa_dfa_free_kref - free aa_dfa by kref (called by aa_put_dfa)*@kr: kref callback for freeing of a dfa (NOT NULL)
aa_dfa_unpackaa_dfa_unpack - unpack the binary tables of a serialized dfa*@blob: aligned serialized stream of data to unpack (NOT NULL)*@size: size of data to unpack*@flags: flags controlling what type of accept tables are acceptable