Home
last modified time | relevance | path

Searched defs:tcp_syncache (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.h122 struct tcp_syncache { struct
123 struct syncache_head *hashbase;
124 uma_zone_t zone;
125 u_int hashsize;
126 u_int hashmask;
127 u_int bucket_limit;
128 u_int cache_limit;
129 u_int rexmt_limit;
130 uint32_t hash_secret;
132 struct vnet *vnet;
[all …]