函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:25:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:auditd_reset - Disconnect the auditd connection*@ac: auditd connection state* Description:* Break the auditd/kauditd connection and move all the queued records into the* hold queue in case auditd reconnects
函数原型:static void auditd_reset(const struct auditd_connection *ac)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct auditd_connection * | ac |
620 | spin_lock_irqsave( & auditd_conn_lock, flags) |
625 | spin_unlock_irqrestore( & auditd_conn_lock, flags) |
626 | 返回 |
629 | spin_unlock_irqrestore( & auditd_conn_lock, flags) |
名称 | 描述 |
---|---|
auditd_send_unicast_skb | auditd_send_unicast_skb - Send a record via unicast to auditd*@skb: audit record* Description:* Send a skb to the audit daemon, returns positive/zero values on success and* negative values on failure; in all cases the skb will be consumed by this |
kauditd_thread | kauditd_thread - Worker thread to send audit records to userspace*@dummy: unused |
audit_receive_msg |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |