1AUDIT_LOG_END(9) Audit Interfaces AUDIT_LOG_END(9)
23
4
NAME
6audit_log_end - end one audit record
7
SYNOPSIS
9void audit_log_end(struct audit_buffer * ab);
10
ARGUMENTS
12ab
13the audit_buffer
14
DESCRIPTION
16The netlink_* functions cannot be called inside an irq context, so the
17audit buffer is placed on a queue and a tasklet is scheduled to remove
18them from the queue outside the irq context. May be called in any
19context.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 AUDIT_LOG_END(9)