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_socketcall - record audit data for sys_socketcall*@nargs: number of args, which should not be more than AUDITSC_ARGS.*@args: args array

Proto:int __audit_socketcall(int nargs, unsigned long *args)

Type:int

Parameter:

TypeParameterName
intnargs
unsigned long *args
2321  context = audit_context()
2323  If nargs <= 0 || nargs > maximized args number that audit_socketcall can process || Not args Then Return -EINVAL
2325  type = sys_socketcall arguments
2326  nargs = nargs
2327  No 3D Now!(args, args, nargs * sizeof(unsignedlong))
2328  Return 0