FreeBSD kernel CXGBE device code
tls_ofld_info Struct Reference

#include <t4_tls.h>

Collaboration diagram for tls_ofld_info:

Data Fields

unsigned int frag_size
 
int key_location
 
int rx_key_addr
 
int tx_key_addr
 
uint64_t tx_seq_no
 
uint16_t rx_version
 
unsigned short fcplenmax
 
unsigned short adjusted_plen
 
unsigned short expn_per_ulp
 
unsigned short pdus_per_ulp
 
struct tls_scmd scmd0
 
u_int iv_len
 
unsigned int tx_key_info_size
 
struct callout handshake_timer
 

Detailed Description

Definition at line 74 of file t4_tls.h.

Field Documentation

◆ adjusted_plen

unsigned short tls_ofld_info::adjusted_plen

Definition at line 82 of file t4_tls.h.

◆ expn_per_ulp

unsigned short tls_ofld_info::expn_per_ulp

Definition at line 83 of file t4_tls.h.

◆ fcplenmax

unsigned short tls_ofld_info::fcplenmax

Definition at line 81 of file t4_tls.h.

◆ frag_size

unsigned int tls_ofld_info::frag_size

Definition at line 75 of file t4_tls.h.

◆ handshake_timer

struct callout tls_ofld_info::handshake_timer

Definition at line 88 of file t4_tls.h.

◆ iv_len

u_int tls_ofld_info::iv_len

Definition at line 86 of file t4_tls.h.

◆ key_location

int tls_ofld_info::key_location

Definition at line 76 of file t4_tls.h.

◆ pdus_per_ulp

unsigned short tls_ofld_info::pdus_per_ulp

Definition at line 84 of file t4_tls.h.

◆ rx_key_addr

int tls_ofld_info::rx_key_addr

Definition at line 77 of file t4_tls.h.

◆ rx_version

uint16_t tls_ofld_info::rx_version

Definition at line 80 of file t4_tls.h.

◆ scmd0

struct tls_scmd tls_ofld_info::scmd0

Definition at line 85 of file t4_tls.h.

◆ tx_key_addr

int tls_ofld_info::tx_key_addr

Definition at line 78 of file t4_tls.h.

◆ tx_key_info_size

unsigned int tls_ofld_info::tx_key_info_size

Definition at line 87 of file t4_tls.h.

◆ tx_seq_no

uint64_t tls_ofld_info::tx_seq_no

Definition at line 79 of file t4_tls.h.


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