FreeBSD kernel IPv4 code
tcp_hostcache Struct Reference
Collaboration diagram for tcp_hostcache:

Data Fields

struct hc_headhashbase
 
uma_zone_t zone
 
smr_t smr
 
u_int hashsize
 
u_int hashmask
 
u_int hashsalt
 
u_int bucket_limit
 
u_int cache_count
 
u_int cache_limit
 
int expire
 
int prune
 
int purgeall
 

Detailed Description

Definition at line 125 of file tcp_hostcache.c.

Field Documentation

◆ bucket_limit

u_int tcp_hostcache::bucket_limit

Definition at line 132 of file tcp_hostcache.c.

◆ cache_count

u_int tcp_hostcache::cache_count

Definition at line 133 of file tcp_hostcache.c.

◆ cache_limit

u_int tcp_hostcache::cache_limit

Definition at line 134 of file tcp_hostcache.c.

◆ expire

int tcp_hostcache::expire

Definition at line 135 of file tcp_hostcache.c.

◆ hashbase

struct hc_head* tcp_hostcache::hashbase

Definition at line 126 of file tcp_hostcache.c.

◆ hashmask

u_int tcp_hostcache::hashmask

Definition at line 130 of file tcp_hostcache.c.

◆ hashsalt

u_int tcp_hostcache::hashsalt

Definition at line 131 of file tcp_hostcache.c.

◆ hashsize

u_int tcp_hostcache::hashsize

Definition at line 129 of file tcp_hostcache.c.

◆ prune

int tcp_hostcache::prune

Definition at line 136 of file tcp_hostcache.c.

◆ purgeall

int tcp_hostcache::purgeall

Definition at line 137 of file tcp_hostcache.c.

◆ smr

smr_t tcp_hostcache::smr

Definition at line 128 of file tcp_hostcache.c.

◆ zone

uma_zone_t tcp_hostcache::zone

Definition at line 127 of file tcp_hostcache.c.


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