函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:audit_replace

函数原型:static int audit_replace(struct pid *pid)

返回类型:int

参数:

类型参数名称
struct pid *pid
1164  pvnr等于pid_vnr(pid)
1165  skb等于audit_make_reply(0, Replace auditd if this packet unanswerd , 0, 0, & pvnr, pvnr的长度)
1166  如果非skb则返回:负ENOMEM
1168  返回: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
调用者
名称描述
audit_receive_msg