Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_set_rate_limit

Proto:static int audit_set_rate_limit(unsigned int limit)

Type:int

Parameter:

TypeParameterName
unsigned intlimit
427  Return audit_do_config_change("audit_rate_limit", & If audit_rate_limit is non-zero, limit the rate of sending audit records* to that number per second. This prevents DoS attacks, but results in* audit records being dropped. , limit)
Caller
NameDescribe
audit_receive_msg