函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-27 12:31:39
Last Modify:2020-03-17 16:31:21 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__audit_fd_pair - record audit data for pipe and socketpair*@fd1: the first file descriptor*@fd2: the second file descriptor

函数原型:void __audit_fd_pair(int fd1, int fd2)

返回类型:void

参数:

类型参数名称
intfd1
intfd2
2339  context等于audit_context()
2340  fds[0]等于fd1
2341  fds[1]等于fd2