Function report |
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 activity | Download SCCT | Chinese |
Name:audit_free_names
Proto:static inline void audit_free_names(struct audit_context *context)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_context * | context |
869 | If This was an allocated audit_names and not from the array of* names allocated in the task audit context. Thus this name* should be freed on syscall exit. Then kfree(n) |
872 | al records in names_list = 0 |
874 | dentry = NULL |
875 | mnt = NULL |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |