FreeBSD kernel CXGBE device code
tcp_options Struct Reference

#include <t4_msg.h>

Data Fields

__be16 mss
 
__u8 wsf
 
__u8 tstamp:1
 
__u8 sack:1
 
__u8 ecn:1
 
__u8 unknown:1
 
__u8 __pad0__:4
 

Detailed Description

Definition at line 354 of file t4_msg.h.

Field Documentation

◆ __pad0__

__u8 tcp_options::__pad0__

Definition at line 368 of file t4_msg.h.

◆ ecn

__u8 tcp_options::ecn

Definition at line 366 of file t4_msg.h.

◆ mss

__be16 tcp_options::mss

Definition at line 355 of file t4_msg.h.

◆ sack

__u8 tcp_options::sack

Definition at line 365 of file t4_msg.h.

◆ tstamp

__u8 tcp_options::tstamp

Definition at line 364 of file t4_msg.h.

◆ unknown

__u8 tcp_options::unknown

Definition at line 367 of file t4_msg.h.

◆ wsf

__u8 tcp_options::wsf

Definition at line 356 of file t4_msg.h.


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