函数逻辑报告 |
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 |
函数名称:Insert an sk_buff on a list.* The "__skb_xxxx()" functions are the non-atomic ones that* can only be called with interrupts disabled.
函数原型:static inline void __skb_insert(struct sk_buff *newsk, struct sk_buff *prev, struct sk_buff *next, struct sk_buff_head *list)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sk_buff * | newsk | |
struct sk_buff * | prev | |
struct sk_buff * | next | |
struct sk_buff_head * | list |
1868 | WRITE_ONCE(prev, prev) |
1869 | WRITE_ONCE(prev, newsk) |
1871 | qlen自加 |
名称 | 描述 |
---|---|
__skb_queue_after | __skb_queue_after - queue a buffer at the list head*@list: list to use*@prev: place after this buffer*@newsk: buffer to queue* Queue a buffer int the middle of a list. This function takes no locks |
__skb_queue_before |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |