Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:28:20
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__audit_fd_pair - record audit data for pipe and socketpair*@fd1: the first file descriptor*@fd2: the second file descriptor

Proto:void __audit_fd_pair(int fd1, int fd2)

Type:void

Parameter:

TypeParameterName
intfd1
intfd2
2339  context = audit_context()
2340  fds[0] = fd1
2341  fds[1] = fd2