函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:26:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static inline int audit_expand(struct audit_buffer *ab, int extra)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct audit_buffer * | ab | |
int | extra |
1818 | skb等于rmatted skb ready to send |
1820 | ret等于重新分配sk_buff头 |
1823 | 如果ret小于0则 |
1829 | 返回:newtail |
名称 | 描述 |
---|---|
audit_log_vformat | Format an audit message into the audit buffer. If there isn't enough* room in the audit buffer, more room will be allocated and vsnprint* will be called a second time. Currently, we assume that a printk |
audit_log_n_hex | 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 |
audit_log_n_string | Format a string of no more than slen characters into the audit buffer,* enclosed in quote marks. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |