Function report |
Source Code:include\net\netlink.h |
Create Date:2022-07-28 06:06:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static inline struct nlmsghdr *nlmsg_put_answer(struct sk_buff *skb, struct netlink_callback *cb, int type, int payload, int flags)
Type:struct nlmsghdr
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
struct netlink_callback * | cb | |
int | type | |
int | payload | |
int | flags |
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 |