函数逻辑报告 | 
Source Code:include\linux\skbuff.h | 
Create Date:2022-07-27 06:52:06 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:skb头是克隆的
函数原型:static inline int skb_header_cloned(const struct sk_buff *skb)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| const struct sk_buff * | skb | 
| 1625 | 如果非cloned则返回:0 | 
| 1629 | dataref等于dataref按位与SKB_DATAREF_MASK的值减dataref右移We divide dataref into two halves位的值 | 
| 1630 | 返回:dataref不等于1 | 
| 名称 | 描述 | 
|---|---|
| skb_header_unclone | |
| skb_clone_writable | 是一个可写的克隆头 | 
| skb_cow_head | skb_cow_head - skb_cow but only making the head writable*@skb: buffer to cow*@headroom: needed headroom* This function is identical to skb_cow except that we replace the* skb_cloned check by skb_header_cloned | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |