Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:22:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static void auditd_reset(const struct auditd_connection *ac)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct auditd_connection * | ac |
620 | spin_lock_irqsave( & auditd_conn_lock, flags) |
625 | spin_unlock_irqrestore( & auditd_conn_lock, flags) |
626 | Return |
629 | spin_unlock_irqrestore( & auditd_conn_lock, flags) |
636 | When skb = remove from the head of the queue cycle |
Name | Describe |
---|---|
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 |
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 |