Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_queue_splice_tail - join two skb lists, each list being a queue*@list: the new list to add*@head: the place to add it in the first list

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

Type:void

Parameter:

TypeParameterName
const struct sk_buff_head *list
struct sk_buff_head *head
1927  If Not skb_queue_empty - check if a queue is empty*@list: queue head* Returns true if the queue is empty, false otherwise. Then
1928  __skb_queue_splice(list, prev, (structsk_buff * )head)
1929  qlen += qlen