Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-28 05:52:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:skb_queue_len - get queue length*@list_: list to measure* Return the length of an &sk_buff queue.

Proto:static inline __u32 skb_queue_len(const struct sk_buff_head *list_)

Type:__u32

Parameter:

TypeParameterName
const struct sk_buff_head *list_
1814  Return qlen
Caller
NameDescribe
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
kauditd_threadkauditd_thread - Worker thread to send audit records to userspace*@dummy: unused
audit_receive_msg
audit_log_startaudit_log_start - obtain an audit buffer*@ctx: audit_context (may be NULL)*@gfp_mask: type of allocation*@type: audit message type* Returns audit_buffer pointer on success or NULL on error