函数逻辑报告 |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-27 06:52:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_)
返回类型:struct sk_buff
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct sk_buff_head * | list_ |
1750 | 返回:skb |
名称 | 描述 |
---|---|
__skb_dequeue | __skb_dequeue - remove from the head of the queue*@list: list to dequeue from* Remove the head of the list. This function does not take any locks* so must be used with appropriate locks held only. The head item is* returned or %NULL if the list is empty. |
qdisc_peek_dequeued | generic pseudo peek method for non-work-conserving qdisc |
qdisc_dequeue_peeked | se instead of qdisc->dequeue() for all qdiscs queried with ->peek() |
tcp_write_queue_head | |
tcp_send_head |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |