Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_peek_tail - peek at the tail of an &sk_buff_head*@list_: list to peek at* Peek an &sk_buff. Unlike most other operations you _MUST_* be careful with this one. A peek leaves the buffer on the* list and someone else may run off with it. You must hold

Proto:static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_)

Type:struct sk_buff

Parameter:

TypeParameterName
const struct sk_buff_head *list_
1798  skb = READ_ONCE(prev)
1800  If skb == list_ Then skb = NULL
1802  Return skb