ReactOS 0.4.15-dev-7842-g558ab78
tcp_skb_cb Struct Reference

#include <tcpcore.h>

Public Attributes

union {
header
 
__u32 seq
 
__u32 end_seq
 
__u32 when
 
__u8 flags
 
__u8 sacked
 
__u16 urg_ptr
 
__u32 ack_seq
 

Detailed Description

Definition at line 2800 of file tcpcore.h.

Member Data Documentation

◆ ack_seq

__u32 tcp_skb_cb::ack_seq

Definition at line 2840 of file tcpcore.h.

◆ end_seq

__u32 tcp_skb_cb::end_seq

Definition at line 2810 of file tcpcore.h.

◆ flags

__u8 tcp_skb_cb::flags

Definition at line 2812 of file tcpcore.h.

◆ 

union { ... } tcp_skb_cb::header

◆ sacked

__u8 tcp_skb_cb::sacked

Definition at line 2826 of file tcpcore.h.

◆ seq

__u32 tcp_skb_cb::seq

Definition at line 2809 of file tcpcore.h.

◆ urg_ptr

__u16 tcp_skb_cb::urg_ptr

Definition at line 2839 of file tcpcore.h.

◆ when

__u32 tcp_skb_cb::when

Definition at line 2811 of file tcpcore.h.


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