Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_send_reply_thread

Proto:static int audit_send_reply_thread(void *arg)

Type:int

Parameter:

TypeParameterName
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  Return 0