FreeBSD kernel IPv4 code
tcp_fastopen_keylist Struct Reference

Data Fields

unsigned int newest
 
unsigned int newest_psk
 
uint8_t key [TCP_FASTOPEN_MAX_KEYS][TCP_FASTOPEN_KEY_LEN]
 
uint8_t psk [TCP_FASTOPEN_MAX_PSKS][TCP_FASTOPEN_KEY_LEN]
 

Detailed Description

Definition at line 235 of file tcp_fastopen.c.

Field Documentation

◆ key

uint8_t tcp_fastopen_keylist::key[TCP_FASTOPEN_MAX_KEYS][TCP_FASTOPEN_KEY_LEN]

Definition at line 238 of file tcp_fastopen.c.

◆ newest

unsigned int tcp_fastopen_keylist::newest

Definition at line 236 of file tcp_fastopen.c.

◆ newest_psk

unsigned int tcp_fastopen_keylist::newest_psk

Definition at line 237 of file tcp_fastopen.c.

◆ psk

uint8_t tcp_fastopen_keylist::psk[TCP_FASTOPEN_MAX_PSKS][TCP_FASTOPEN_KEY_LEN]

Definition at line 239 of file tcp_fastopen.c.


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