1__AUDIT_FD_PAIR(9) Audit Interfaces __AUDIT_FD_PAIR(9)
23
4
NAME
6__audit_fd_pair - record audit data for pipe and socketpair
7
SYNOPSIS
9void __audit_fd_pair(int fd1, int fd2);
10
ARGUMENTS
12fd1
13the first file descriptor
1415
fd2
16the second file descriptor
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 __AUDIT_FD_PAIR(9)