函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:25:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kauditd_print_skb - Print the audit record to the ring buffer*@skb: audit record* Whatever the reason, this packet may not make it to the auditd connection* so write it via printk so the information isn't completely lost.
函数原型:static void kauditd_printk_skb(struct sk_buff *skb)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sk_buff * | skb |
531 | 如果 Message content 不等于End of multi-record event 且printk_ratelimit()则打印注释信息("type=%d %s\n", Message content , data) |
名称 | 描述 |
---|---|
kauditd_hold_skb | kauditd_hold_skb - Queue an audit record, waiting for auditd*@skb: audit record* Description:* Queue the audit record, waiting for an instance of auditd. When this* function is called we haven't given up yet on sending the record, but things |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |