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.h121 struct tcp_syncache { struct
122 struct syncache_head *hashbase;
123 uma_zone_t zone;
124 u_int hashsize;
125 u_int hashmask;
126 u_int bucket_limit;
127 u_int cache_limit;
128 u_int rexmt_limit;
129 uint32_t hash_secret;
131 struct vnet *vnet;
[all …]