函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditfilter.c Create Date:2022-07-27 12:28:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Pack a filter field's string representation into data block.

函数原型:static inline size_t audit_pack_string(void **bufp, const char *str)

返回类型:size_t

参数:

类型参数名称
void **bufp
const char *str
617  len等于strlen - Find the length of a string*@s: The string to be sized
619  内存复制( * bufp, str, len)
620  bufp加等于len
622  返回:len
调用者
名称描述
audit_krule_to_dataTranslate kernel rule representation to struct audit_rule_data.