Searched refs:V_tcp_syncache (Results 1 – 1 of 1) sorted by relevance
168 #define V_tcp_syncache VNET(tcp_syncache) macro200 new = V_tcp_syncache.rexmt_limit; in sysctl_net_inet_tcp_syncache_rexmtlimit_check()206 V_tcp_syncache.rexmt_limit = new; in sysctl_net_inet_tcp_syncache_rexmtlimit_check()243 uma_zfree(V_tcp_syncache.zone, sc); in syncache_free()251 V_tcp_syncache.hashsize = TCP_SYNCACHE_HASHSIZE; in syncache_init()252 V_tcp_syncache.bucket_limit = TCP_SYNCACHE_BUCKETLIMIT; in syncache_init()253 V_tcp_syncache.rexmt_limit = SYNCACHE_MAXREXMTS; in syncache_init()254 V_tcp_syncache.hash_secret = arc4random(); in syncache_init()257 &V_tcp_syncache.hashsize); in syncache_init()259 &V_tcp_syncache.bucket_limit); in syncache_init()[all …]