Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:la_data - head of payload*@nla: netlink attribute

Proto:static inline void *nla_data(const struct nlattr *nla)

Type:void

Parameter:

TypeParameterName
const struct nlattr *nla
1074  Return nla + NLA_HDRLEN
Caller
NameDescribe
validate_nla_bitfield32
nla_validate_array
validate_nla
nla_strlcpyla_strlcpy - Copy string attribute payload into a sized buffer*@dst: where to copy the string to*@nla: attribute to copy the string from*@dstsize: size of destination buffer* Copies at most dstsize - 1 bytes into the destination buffer.
nla_strdupla_strdup - Copy string attribute payload into a newly allocated buffer*@nla: attribute to copy the string from*@flags: the type of memory to allocate (see kmalloc).* Returns a pointer to the allocated buffer or NULL on error.
nla_memcpyla_memcpy - Copy a netlink attribute into another memory area*@dest: where to copy to memcpy*@src: netlink attribute to copy from*@count: size of the destination area* Note: The number of bytes copied is limited by the length of* attribute's payload
nla_memcmpla_memcmp - Compare an attribute with sized memory area*@nla: netlink attribute*@data: memory area*@size: size of memory area
nla_strcmpla_strcmp - Compare a string attribute against a string*@nla: netlink string attribute*@str: another string
__nla_put__nla_put - Add a netlink attribute to a socket buffer*@skb: socket buffer to add attribute to*@attrtype: attribute type*@attrlen: length of attribute payload*@data: head of attribute payload* The caller is responsible to ensure that the skb provides
__nla_put_64bit__nla_put_64bit - Add a netlink attribute to a socket buffer and align it*@skb: socket buffer to add attribute to*@attrtype: attribute type*@attrlen: length of attribute payload*@data: head of attribute payload*@padattr: attribute type for the padding*
mk_reply
cgroupstats_user_cmd