FreeBSD kernel CXGB device code
tcp_options Struct Reference

#include <cxgb_t3_cpl.h>

Data Fields

__be16 mss
 
__u8 wsf
 
__u8 tstamp:1
 
__u8 sack:1
 
__u8 ecn:1
 
__u8 __pad0__:5
 

Detailed Description

Definition at line 202 of file cxgb_t3_cpl.h.

Field Documentation

◆ __pad0__

__u8 tcp_options::__pad0__

Definition at line 214 of file cxgb_t3_cpl.h.

◆ ecn

__u8 tcp_options::ecn

Definition at line 213 of file cxgb_t3_cpl.h.

◆ mss

__be16 tcp_options::mss

Definition at line 203 of file cxgb_t3_cpl.h.

◆ sack

__u8 tcp_options::sack

Definition at line 212 of file cxgb_t3_cpl.h.

◆ tstamp

__u8 tcp_options::tstamp

Definition at line 211 of file cxgb_t3_cpl.h.

◆ wsf

__u8 tcp_options::wsf

Definition at line 204 of file cxgb_t3_cpl.h.


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