函数逻辑报告 |
Source Code:include\net\netlink.h |
Create Date:2022-07-27 07:04:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__nlmsg_parse - parse attributes of a netlink message*@nlh: netlink message header*@hdrlen: length of family specific header*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@policy: validation
函数原型:static inline int __nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct nlmsghdr * | nlh | |
int | hdrlen | |
struct nlattr * | tb | |
int | maxtype | |
const struct nla_policy * | policy | |
unsigned int | validate | |
struct netlink_ext_ack * | extack |
663 | 返回:负EINVAL |
名称 | 描述 |
---|---|
nlmsg_parse | lmsg_parse - parse attributes of a netlink message*@nlh: netlink message header*@hdrlen: length of family specific header*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@validate: validation |
nlmsg_parse_deprecated | lmsg_parse_deprecated - parse attributes of a netlink message*@nlh: netlink message header*@hdrlen: length of family specific header*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@extack: extended ACK |
nlmsg_parse_deprecated_strict | lmsg_parse_deprecated_strict - parse attributes of a netlink message*@nlh: netlink message header*@hdrlen: length of family specific header*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@extack: extended |
genlmsg_parse_deprecated | genlmsg_parse_deprecated - parse attributes of a genetlink message*@nlh: netlink message header*@family: genetlink message family*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@policy: validation |
genlmsg_parse | genlmsg_parse - parse attributes of a genetlink message*@nlh: netlink message header*@family: genetlink message family*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@policy: validation policy*@extack: |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |