函数逻辑报告 |
Source Code:include\net\netlink.h |
Create Date:2022-07-27 07:04:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lmsg_multicast - multicast a netlink message*@sk: netlink socket to spread messages to*@skb: netlink message as socket buffer*@portid: own netlink portid to avoid sending to yourself*@group: multicast group id*@flags: allocation flags
函数原型:static inline int nlmsg_multicast(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sock * | sk | |
struct sk_buff * | skb | |
u32 | portid | |
unsigned int | group | |
gfp_t | flags |
972 | 返回:err |
名称 | 描述 |
---|---|
kauditd_send_multicast_skb | kauditd_send_multicast_skb - Send a record to any multicast listeners*@skb: audit record* Description:* Write a multicast message to anyone listening in the initial network* namespace. This function doesn't consume an skb as might be expected since |
genlmsg_multicast_netns | genlmsg_multicast_netns - multicast a netlink message to a specific netns*@family: the generic netlink family*@net: the net namespace*@skb: netlink message as socket buffer*@portid: own netlink portid to avoid sending to yourself*@group: offset of |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |