函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:26:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:audit_log_n_hex - convert a buffer to hex and append it to the audit skb*@ab: the audit_buffer*@buf: buffer to convert to hex*@len: length of @buf to be converted* No return value; failure to expand is silently ignored
函数原型:void audit_log_n_hex(struct audit_buffer *ab, const unsigned char *buf, size_t len)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct audit_buffer * | ab | |
const unsigned char * | buf | |
size_t | len |
1913 | 如果非ab则返回 |
1916 | BUG_ON(!rmatted skb ready to send ) |
1917 | skb等于rmatted skb ready to send |
1923 | avail等于audit_expand - expand skb in the audit buffer*@ab: audit_buffer*@extra: space to add at tail of the skb* Returns 0 (no space) on failed expansion, or available space if* successful. |
1924 | 如果非avail则返回 |
1928 | ptr等于skb_tail_pointer(skb) |
1931 | ptr等于0 |
1932 | 设置数据在缓存区 |
名称 | 描述 |
---|---|
audit_log_n_untrustedstring | audit_log_n_untrustedstring - log a string that may contain random characters*@ab: audit_buffer*@len: length of string (not including trailing null)*@string: string to be logged* This code will escape a string that is passed to it if the string* contains |
audit_log_execve_info | |
audit_log_exit | |
aa_label_xaudit | |
dump_common_audit_data | dump_common_audit_data - helper to dump common audit data*@a : common audit data |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |