Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.h118 struct tcp_syncache { struct
119 struct syncache_head *hashbase;
120 uma_zone_t zone;
121 u_int hashsize;
122 u_int hashmask;
123 u_int bucket_limit;
124 u_int cache_limit;
125 u_int rexmt_limit;
126 uint32_t hash_secret;
127 struct vnet *vnet;
[all …]