ReactOS 0.4.15-dev-7907-g95bf896
skb_shared_info Struct Reference

#include <tcpcore.h>

Collaboration diagram for skb_shared_info:

Public Attributes

atomic_t dataref
 
unsigned int nr_frags
 
struct sk_bufffrag_list
 
skb_frag_t frags [MAX_SKB_FRAGS]
 

Detailed Description

Definition at line 132 of file tcpcore.h.

Member Data Documentation

◆ dataref

atomic_t skb_shared_info::dataref

Definition at line 133 of file tcpcore.h.

◆ frag_list

struct sk_buff* skb_shared_info::frag_list

Definition at line 135 of file tcpcore.h.

◆ frags

skb_frag_t skb_shared_info::frags[MAX_SKB_FRAGS]

Definition at line 136 of file tcpcore.h.

◆ nr_frags

unsigned int skb_shared_info::nr_frags

Definition at line 134 of file tcpcore.h.


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