Critical Data Structure -- sk_buff

来源:互联网 发布:优化楼梯间出入口标识 编辑:程序博客网 时间:2024/04/27 00:22

struct sk_buff
This is where a packet is stored. The structure is used by all the network layers to store their headers, information about the user data (the payload), and other information needed internally for coordinating their work.
存放packet的东东

Defined in the


结构中的域可以分为几个种类

Layout
General
Feature-specific
Management functions

Networking Options and Kernel Structures

结构中定义了宏

原创粉丝点击