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_type - attribute type*@nla: netlink attribute

Proto:static inline int nla_type(const struct nlattr *nla)

Type:int

Parameter:

TypeParameterName
const struct nlattr *nla
1065  Return nla_type & NLA_TYPE_MASK
Caller
NameDescribe
validate_nla
__nla_validate_parse
nla_findla_find - Find a specific attribute in a stream of attributes*@head: head of attribute stream*@len: length of attribute stream*@attrtype: type of attribute to look for* Returns the first attribute in the stream matching the specified type.