Function report |
Source Code:lib\nlattr.c |
Create Date:2022-07-28 07:16:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype)
Type:struct nlattr
Parameter:
Type | Parameter | Name |
---|---|---|
const struct nlattr * | head | |
int | len | |
int | attrtype |
497 | If la_type - attribute type*@nla: netlink attribute == attrtype Then Return nla |
500 | Return NULL |
Name | Describe |
---|---|
nla_find_nested | 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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |