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_head_init - initialize non-spinlock portions of sk_buff_head*@list: queue to initialize* This initializes only the list and queue length aspects of* an sk_buff_head object

Proto:static inline void __skb_queue_head_init(struct sk_buff_head *list)

Type:void

Parameter:

TypeParameterName
struct sk_buff_head *list
1829  prev = These two members must be first. = list
1830  qlen = 0