Function report |
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 activity | Download SCCT | Chinese |
Name:la_parse_nested_deprecated - parse nested attributes*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@nla: attribute containing the nested attributes*@policy: validation policy*@extack: extended ACK report
Proto:static inline int nla_parse_nested_deprecated(struct nlattr *tb[], int maxtype, const struct nlattr *nla, const struct nla_policy *policy, struct netlink_ext_ack *extack)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct nlattr * | tb | |
int | maxtype | |
const struct nlattr * | nla | |
const struct nla_policy * | policy | |
struct netlink_ext_ack * | extack |
1166 | Return __nla_parse(tb, maxtype, la_data - head of payload*@nla: netlink attribute, la_len - length of payload*@nla: netlink attribute, policy, NL_VALIDATE_LIBERAL, extack) |
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 |