函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:audit_send_reply_thread

函数原型:static int audit_send_reply_thread(void *arg)

返回类型:int

参数:

类型参数名称
void *arg
928  reply等于arg
929  sk等于audit_get_sk - Return the audit socket for the given network namespace*@net: the destination network namespace* Description:* Returns the sock pointer if valid, NULL otherwise. The caller must ensure
931  audit_ctl_lock - Take the audit control lock
932  audit_ctl_unlock - Drop the audit control lock
936  netlink_unicast(sk, skb, portid, 0)
937  put_net(net)
938  kfree(reply)
939  返回:0