函数逻辑报告 |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-27 06:52:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__skb_unlink
函数原型:static inline void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sk_buff * | skb | |
struct sk_buff_head * | list |
2022 | qlen自减 |
2025 | These two members must be first. = prev = NULL |
2026 | WRITE_ONCE(prev, prev) |
名称 | 描述 |
---|---|
__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. |
__skb_dequeue_tail | __skb_dequeue_tail - remove from the tail of the queue*@list: list to dequeue from* Remove the tail of the list. This function does not take any locks* so must be used with appropriate locks held only. The tail item is |
sk_eat_skb | 不再需要发布一个skb |
tcp_unlink_write_queue |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |