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
结构中定义了宏
Critical Data Structure -- sk_buff
最新推荐文章于 2024-07-24 20:37:03 发布