Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditfilter.c Create Date:2022-07-28 11:24:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Pack a filter field's string representation into data block.

Proto:static inline size_t audit_pack_string(void **bufp, const char *str)

Type:size_t

Parameter:

TypeParameterName
void **bufp
const char *str
617  len = strlen - Find the length of a string*@s: The string to be sized
619  No 3D Now!( * bufp, str, len)
620  bufp += len
622  Return len
Caller
NameDescribe
audit_krule_to_dataTranslate kernel rule representation to struct audit_rule_data.