Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_free_aux

Proto:static inline void audit_free_aux(struct audit_context *context)

Type:void

Parameter:

TypeParameterName
struct audit_context *context
882  When aux = aux cycle
883  aux = next
884  kfree(aux)
886  When aux = aux_pids cycle
887  aux_pids = next
888  kfree(aux)
Caller
NameDescribe
audit_free_context
__audit_syscall_exit__audit_syscall_exit - deallocate audit context after a system call*@success: success value of the syscall*@return_code: return value of the syscall* Tear down after system call