Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lmsg_new - Allocate a new netlink message*@payload: size of the message payload*@flags: the type of memory to allocate.* Use NLMSG_DEFAULT_SIZE if the size of the payload isn't known* and a good default is needed.

Proto:static inline struct sk_buff *nlmsg_new(size_t payload, gfp_t flags)

Type:struct sk_buff

Parameter:

TypeParameterName
size_tpayload
gfp_tflags
888  Return allocate a network buffer
Caller
NameDescribe
audit_make_reply
audit_buffer_alloc
selnl_notify