Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_replace

Proto:static int audit_replace(struct pid *pid)

Type:int

Parameter:

TypeParameterName
struct pid *pid
1164  pvnr = pid_vnr(pid)
1165  skb = audit_make_reply(0, Replace auditd if this packet unanswerd , 0, 0, & pvnr, size of pvnr )
1166  If Not skb Then Return -ENOMEM
1168  Return auditd_send_unicast_skb - Send a record via unicast to auditd*@skb: audit record* Description:* Send a skb to the audit daemon, returns positive/zero values on success and* negative values on failure; in all cases the skb will be consumed by this
Caller
NameDescribe
audit_receive_msg