FreeBSD kernel IPv4 code
tcp_fastopen_ccache_bucket Struct Reference

#include <tcp_fastopen.h>

Collaboration diagram for tcp_fastopen_ccache_bucket:

Public Member Functions

 TAILQ_HEAD (bucket_entries, tcp_fastopen_ccache_entry) ccb_entries
 

Data Fields

struct mtx ccb_mtx
 
int ccb_num_entries
 
struct tcp_fastopen_ccacheccb_ccache
 

Detailed Description

Definition at line 68 of file tcp_fastopen.h.

Member Function Documentation

◆ TAILQ_HEAD()

tcp_fastopen_ccache_bucket::TAILQ_HEAD ( bucket_entries  ,
tcp_fastopen_ccache_entry   
)

Field Documentation

◆ ccb_ccache

struct tcp_fastopen_ccache* tcp_fastopen_ccache_bucket::ccb_ccache

Definition at line 72 of file tcp_fastopen.h.

◆ ccb_mtx

struct mtx tcp_fastopen_ccache_bucket::ccb_mtx

Definition at line 69 of file tcp_fastopen.h.

Referenced by tcp_fastopen_destroy().

◆ ccb_num_entries


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