Function report |
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 activity | Download SCCT | Chinese |
Name:skb_queue_next - return the next packet in the queue*@list: queue head*@skb: current buffer* Return the next packet in @list after @skb. It is only valid to* call this if skb_queue_is_last() evaluates to false.
Proto:static inline struct sk_buff *skb_queue_next(const struct sk_buff_head *list, const struct sk_buff *skb)
Type:struct sk_buff
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sk_buff_head * | list | |
const struct sk_buff * | skb |
1551 | BUG_ON(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.) |
1552 | Return These two members must be first. |
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 |