函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:audit_send_list

函数原型:int audit_send_list(void *_dest)

返回类型:int

参数:

类型参数名称
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  当((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)循环
893  netlink_unicast(sk, skb, portid, 0)
895  put_net(net)
896  kfree(dest)
898  返回:0