函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kauditd_print_skb - Print the audit record to the ring buffer*@skb: audit record* Whatever the reason, this packet may not make it to the auditd connection* so write it via printk so the information isn't completely lost.

函数原型:static void kauditd_printk_skb(struct sk_buff *skb)

返回类型:void

参数:

类型参数名称
struct sk_buff *skb
528  nlh等于nlmsg_hdr(skb)
529  data等于消息有效载荷
531  如果 Message content 不等于End of multi-record event printk_ratelimit()则打印注释信息("type=%d %s\n", Message content , data)
调用者
名称描述
kauditd_hold_skbkauditd_hold_skb - Queue an audit record, waiting for auditd*@skb: audit record* Description:* Queue the audit record, waiting for an instance of auditd. When this* function is called we haven't given up yet on sending the record, but things