Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h121 struct tcp_syncache { struct
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;
130 struct vnet *vnet;
132 struct mtx pause_mtx;
[all …]