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

Proto:static inline void __skb_queue_splice(const struct sk_buff_head *list, struct sk_buff *prev, struct sk_buff *next)

Type:void

Parameter:

TypeParameterName
const struct sk_buff_head *list
struct sk_buff *prev
struct sk_buff *next
1878  first = These two members must be first.
1879  last = prev
1881  WRITE_ONCE(prev, prev)
1882  WRITE_ONCE( These two members must be first. , first)
1884  WRITE_ONCE( These two members must be first. , next)
1885  WRITE_ONCE(prev, last)