Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:la_find_nested - find attribute in a set of nested attributes*@nla: attribute containing the nested attributes*@attrtype: type of attribute to look for* Returns the first attribute which matches the specified type.

Proto:static inline struct nlattr *nla_find_nested(const struct nlattr *nla, int attrtype)

Type:struct nlattr

Parameter:

TypeParameterName
const struct nlattr *nla
intattrtype
1124  Return la_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.