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

#include <tcp.h>

Data Fields

union {
   struct inet_skb_parm   h4
 
header
 
__u32 seq
 
__u32 end_seq
 
__u32 when
 
__u8 tcp_flags
 
__u8 sacked
 
__u8 ip_dsfield
 
__u32 ack_seq
 

Detailed Description

Definition at line 660 of file tcp.h.

Field Documentation

__u32 ack_seq

Definition at line 682 of file tcp.h.

__u32 end_seq

Definition at line 668 of file tcp.h.

Definition at line 662 of file tcp.h.

union { ... } header
__u8 ip_dsfield

Definition at line 680 of file tcp.h.

__u8 sacked

Definition at line 672 of file tcp.h.

__u32 seq

Definition at line 667 of file tcp.h.

__u8 tcp_flags

Definition at line 670 of file tcp.h.

__u32 when

Definition at line 669 of file tcp.h.


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