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 - peek at the head 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(const struct sk_buff_head *list_)

Type:struct sk_buff

Parameter:

TypeParameterName
const struct sk_buff_head *list_
1746  skb = These two members must be first.
1748  If skb == list_ Then skb = NULL
1750  Return skb