Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_queue_splice_init - join two skb lists and reinitialise the emptied list*@list: the new list to add*@head: the place to add it in the first list* The list at @list is reinitialised

Proto:static inline void skb_queue_splice_init(struct sk_buff_head *list, struct sk_buff_head *head)

Type:void

Parameter:

TypeParameterName
struct sk_buff_head *list
struct sk_buff_head *head
1912  If Not skb_queue_empty - check if a queue is empty*@list: queue head* Returns true if the queue is empty, false otherwise. Then
1913  __skb_queue_splice(list, (structsk_buff * )head, These two members must be first. )
1914  qlen += qlen
1915  __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