Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\include\label.h Create Date:2022-07-28 19:48:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aa_get_proxy

Proto:static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy)

Type:struct aa_proxy

Parameter:

TypeParameterName
struct aa_proxy *proxy
452  If proxy Then kref_get - increment refcount for object.*@kref: object.
455  Return proxy
Caller
NameDescribe
seq_profile_open
create_profile_file
__aafs_profile_mkdirRequires: @profile->ns->lock held
aa_alloc_profileaa_alloc_profile - allocate, initialize and return a new profile*@hname: name of the profile (NOT NULL)*@gfp: allocation type* Returns: refcount profile or NULL on failure
__proxy_share
aa_label_allocaa_label_alloc - allocate a label with a profile vector of @size length*@size: size of profile vector in the label*@proxy: proxy to use OR null if to allocate a new one*@gfp: memory allocation type* Returns: new label* else NULL if failed