|
VSF Documented
|
#include <skbuff.h>
Data Fields | ||
| union { | ||
| struct { | ||
| struct sk_buff * next | ||
| struct sk_buff * prev | ||
| } | ||
| struct sk_buff_list list | ||
| }; | ||
| __u32 | qlen | |
| spinlock_t | lock | |
| struct sk_buff* sk_buff_head::next |
| struct sk_buff* sk_buff_head::prev |
| struct sk_buff_list sk_buff_head::list |
| union { ... } sk_buff_head |
| __u32 sk_buff_head::qlen |
| spinlock_t sk_buff_head::lock |