Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const struct sk_buff_head * | list_ |
1750 | Return skb |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |