函数逻辑报告 |
Source Code:include\net\netlink.h |
Create Date:2022-07-27 07:04:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lmsg_put_answer - Add a new callback based netlink message to an skb*@skb: socket buffer to store message in*@cb: netlink callback*@type: message type*@payload: length of message payload*@flags: message flags* Returns NULL if the tailroom of the skb is
函数原型:static inline struct nlmsghdr *nlmsg_put_answer(struct sk_buff *skb, struct netlink_callback *cb, int type, int payload, int flags)
返回类型:struct nlmsghdr
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sk_buff * | skb | |
struct netlink_callback * | cb | |
int | type | |
int | payload | |
int | flags |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |