| 函数逻辑报告 | 
| 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_queue_head_init - initialize non-spinlock portions of sk_buff_head*@list: queue to initialize* This initializes only the list and queue length aspects of* an sk_buff_head object
函数原型:static inline void __skb_queue_head_init(struct sk_buff_head *list)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct sk_buff_head * | list | 
| 1829 | prev等于 These two members must be first. 等于list | 
| 1830 | qlen等于0 | 
| 名称 | 描述 | 
|---|---|
| skb_queue_head_init | This function creates a split out lock class for each invocation;* this is needed for now since a whole lot of users of the skb-queue* infrastructure in drivers have different locking usage (in hardirq)* than the networking core (in softirq only) | 
| skb_queue_splice_init | 加入两个skb链表并清空 | 
| skb_queue_splice_tail_init | 加入两个skb链表并清空 | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |