ReactOS 0.4.15-dev-7834-g00c4b3d
sk_buff_head Struct Reference

#include <tcpcore.h>

Collaboration diagram for sk_buff_head:

Public Attributes

struct sk_buffnext
 
struct sk_buffprev
 
__u32 qlen
 
spinlock_t lock
 

Detailed Description

Definition at line 107 of file tcpcore.h.

Member Data Documentation

◆ lock

spinlock_t sk_buff_head::lock

Definition at line 113 of file tcpcore.h.

◆ next

struct sk_buff* sk_buff_head::next

Definition at line 109 of file tcpcore.h.

◆ prev

struct sk_buff* sk_buff_head::prev

Definition at line 110 of file tcpcore.h.

◆ qlen

__u32 sk_buff_head::qlen

Definition at line 112 of file tcpcore.h.

Referenced by skb_queue_len().


The documentation for this struct was generated from the following file: