table of contents
other versions
- stretch 4.9.168-1
AUDIT_LOG_END(9) | Audit Interfaces | AUDIT_LOG_END(9) |
NAME¶
audit_log_end - end one audit recordSYNOPSIS¶
void audit_log_end(struct audit_buffer * ab);
ARGUMENTS¶
abthe audit_buffer
DESCRIPTION¶
netlink_unicast cannot be called inside an irq context because it blocks (last arg, flags, is not set to MSG_DONTWAIT), so the audit buffer is placed on a queue and a tasklet is scheduled to remove them from the queue outside the irq context. May be called in any context.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |