Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_send_list

Proto:int audit_send_list(void *_dest)

Type:int

Parameter:

TypeParameterName
void *_dest
884  dest = _dest
886  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
889  audit_ctl_lock - Take the audit control lock
890  audit_ctl_unlock - Drop the audit control lock
892  When ((skb = __skb_dequeue - remove from the head of the queue*@list: list to dequeue from* Remove the head of the list. This function does not take any locks* so must be used with appropriate locks held only. The head item is* returned or %NULL if the list is empty.) != NULL) cycle
893  netlink_unicast(sk, skb, portid, 0)
895  put_net(net)
896  kfree(dest)
898  Return 0