FreeBSD kernel IPv4 code
tcp_fastopen_ccache Struct Reference

#include <tcp_fastopen.h>

Collaboration diagram for tcp_fastopen_ccache:

Data Fields

uma_zone_t zone
 
struct tcp_fastopen_ccache_bucketbase
 
unsigned int bucket_limit
 
unsigned int buckets
 
unsigned int mask
 
uint32_t secret
 

Detailed Description

Definition at line 75 of file tcp_fastopen.h.

Field Documentation

◆ base

struct tcp_fastopen_ccache_bucket* tcp_fastopen_ccache::base

Definition at line 77 of file tcp_fastopen.h.

◆ bucket_limit

unsigned int tcp_fastopen_ccache::bucket_limit

Definition at line 78 of file tcp_fastopen.h.

◆ buckets

unsigned int tcp_fastopen_ccache::buckets

Definition at line 79 of file tcp_fastopen.h.

◆ mask

unsigned int tcp_fastopen_ccache::mask

Definition at line 80 of file tcp_fastopen.h.

◆ secret

uint32_t tcp_fastopen_ccache::secret

Definition at line 81 of file tcp_fastopen.h.

◆ zone

uma_zone_t tcp_fastopen_ccache::zone

Definition at line 76 of file tcp_fastopen.h.


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