1. NAME

__audit_fd_pair - record audit data for pipe and socketpair

2. SYNOPSIS

void __audit_fd_pair(int  fd1 , int  fd2 );

3. ARGUMENTS

fd1
    the first file descriptor

fd2
    the second file descriptor

4. COPYRIGHT