Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\genetlink.h Create Date:2022-07-28 11:48:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:genlmsg_put_reply - Add generic netlink header to a reply message*@skb: socket buffer holding the message*@info: receiver info*@family: generic netlink family*@flags: netlink message flags*@cmd: generic netlink command* Returns pointer to user specific

Proto:static inline void *genlmsg_put_reply(struct sk_buff *skb, struct genl_info *info, const struct genl_family *family, int flags, u8 cmd)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
struct genl_info *info
const struct genl_family *family
intflags
u8cmd
257  Return genlmsg_put(skb, snd_portid, snd_seq, family, flags, cmd)
Caller
NameDescribe
prepare_reply