Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:28:32
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_log_ntp_val

Proto:static void audit_log_ntp_val(const struct audit_ntp_data *ad, const char *op, enum audit_ntp_type type)

Type:void

Parameter:

TypeParameterName
const struct audit_ntp_data *ad
const char *op
enum audit_ntp_typetype
2529  val = vals[type]
2531  If newval == oldval Then Return
2534  audit_log - Log an audit record*@ctx: audit context*@gfp_mask: type of allocation*@type: audit message type*@fmt: format string to use*@...: variable parameters matching the format string* This is a convenience function that calls audit_log_start,
Caller
NameDescribe
__audit_ntp_log