Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\tcp.h Create Date:2022-07-28 06:43:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tcp_skb_is_last

Proto:static inline bool tcp_skb_is_last(const struct sock *sk, const struct sk_buff *skb)

Type:bool

Parameter:

TypeParameterName
const struct sock *sk
const struct sk_buff *skb
1766  Return 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.