您的位置:首页 > 其它

skb-1

2016-01-22 16:42 232 查看
This first diagram illustrates the layout of the SKB data areaand where in that area the various pointers in 'struct sk_buff'point.
The rest of this page will walk through what the SKB data arealooks like in a newly allocated SKB. How to modify those pointersto add headers, add user data, and pop headers.

Also, we will discuss how page non-linear data areas are implemented.We will also discuss how to work with them.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: