Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_queue_is_last - check if skb is the last entry in the queue*@list: queue head*@skb: buffer* Returns true if @skb is the last buffer on the list.

Proto:static inline bool skb_queue_is_last(const struct sk_buff_head *list, const struct sk_buff *skb)

Type:bool

Parameter:

TypeParameterName
const struct sk_buff_head *list
const struct sk_buff *skb
1521  Return These two members must be first. == list