Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
skb_shared_info Struct Reference

#include <skbuff.h>

Data Fields

unsigned char nr_frags
 
__u8 tx_flags
 
unsigned short gso_size
 
unsigned short gso_segs
 
unsigned short gso_type
 
struct sk_bufffrag_list
 
struct skb_shared_hwtstamps hwtstamps
 
__be32 ip6_frag_id
 
atomic_t dataref
 
voiddestructor_arg
 
skb_frag_t frags [MAX_SKB_FRAGS]
 

Detailed Description

Definition at line 250 of file skbuff.h.

Field Documentation

atomic_t dataref

Definition at line 264 of file skbuff.h.

void* destructor_arg

Definition at line 268 of file skbuff.h.

struct sk_buff* frag_list

Definition at line 257 of file skbuff.h.

Definition at line 271 of file skbuff.h.

unsigned short gso_segs

Definition at line 255 of file skbuff.h.

unsigned short gso_size

Definition at line 253 of file skbuff.h.

unsigned short gso_type

Definition at line 256 of file skbuff.h.

Definition at line 258 of file skbuff.h.

__be32 ip6_frag_id

Definition at line 259 of file skbuff.h.

unsigned char nr_frags

Definition at line 251 of file skbuff.h.

__u8 tx_flags

Definition at line 252 of file skbuff.h.


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