Searched refs:V_tcp_syncache (Results 1 – 1 of 1) sorted by relevance
165 #define V_tcp_syncache VNET(tcp_syncache) macro197 new = V_tcp_syncache.rexmt_limit; in sysctl_net_inet_tcp_syncache_rexmtlimit_check()203 V_tcp_syncache.rexmt_limit = new; in sysctl_net_inet_tcp_syncache_rexmtlimit_check()240 uma_zfree(V_tcp_syncache.zone, sc); in syncache_free()248 V_tcp_syncache.hashsize = TCP_SYNCACHE_HASHSIZE; in syncache_init()249 V_tcp_syncache.bucket_limit = TCP_SYNCACHE_BUCKETLIMIT; in syncache_init()250 V_tcp_syncache.rexmt_limit = SYNCACHE_MAXREXMTS; in syncache_init()251 V_tcp_syncache.hash_secret = arc4random(); in syncache_init()254 &V_tcp_syncache.hashsize); in syncache_init()256 &V_tcp_syncache.bucket_limit); in syncache_init()[all …]