Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\netlabel.h Create Date:2022-07-28 18:46:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lbl_catmap_alloc - Allocate a LSM secattr catmap*@flags: memory allocation flags* Description:* Allocate memory for a LSM secattr catmap, returns a pointer on success, NULL* on failure.

Proto:static inline struct netlbl_lsm_catmap *netlbl_catmap_alloc(gfp_t flags)

Type:struct netlbl_lsm_catmap

Parameter:

TypeParameterName
gfp_tflags
317  Return kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc).