Searched refs:bucket_limit (Results 1 – 6 of 6) sorted by relevance
147 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0,204 V_tcp_hostcache.bucket_limit = TCP_HOSTCACHE_BUCKETLIMIT; in tcp_hc_init()217 &V_tcp_hostcache.bucket_limit); in tcp_hc_init()219 cache_limit = V_tcp_hostcache.hashsize * V_tcp_hostcache.bucket_limit; in tcp_hc_init()376 if (hc_head->hch_length >= V_tcp_hostcache.bucket_limit || in tcp_hc_insert()
76 u_int bucket_limit; member
78 unsigned int bucket_limit; member
400 if (V_tcp_fastopen_ccache.bucket_limit == 0) in tcp_fastopen_init()401 V_tcp_fastopen_ccache.bucket_limit = in tcp_fastopen_init()811 new = V_tcp_fastopen_ccache.bucket_limit; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit()817 if (new < V_tcp_fastopen_ccache.bucket_limit) { in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit()824 V_tcp_fastopen_ccache.bucket_limit = new; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit()1067 if (ccb->ccb_num_entries < V_tcp_fastopen_ccache.bucket_limit) in tcp_fastopen_ccache_create()
126 u_int bucket_limit; member
180 &VNET_NAME(tcp_syncache.bucket_limit), 0,252 V_tcp_syncache.bucket_limit = TCP_SYNCACHE_BUCKETLIMIT; in syncache_init()259 &V_tcp_syncache.bucket_limit); in syncache_init()269 V_tcp_syncache.hashsize * V_tcp_syncache.bucket_limit; in syncache_init()379 if (sch->sch_length >= V_tcp_syncache.bucket_limit) { in syncache_insert()