1AUDIT_LOG_END(9)               Audit Interfaces               AUDIT_LOG_END(9)
2
3
4

NAME

6       audit_log_end - end one audit record
7

SYNOPSIS

9       void audit_log_end(struct audit_buffer * ab);
10

ARGUMENTS

12       ab
13           the audit_buffer
14

DESCRIPTION

16       The netlink_* functions cannot be called inside an irq context, so the
17       audit buffer is placed on a queue and a tasklet is scheduled to remove
18       them from the queue outside the irq context. May be called in any
19       context.
20
22Kernel Hackers Manual 2.6.         June 2019                  AUDIT_LOG_END(9)
Impressum