Home
last modified time | relevance | path

Searched refs:bucket_limit (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c147 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()
H A Dtcp_hostcache.h76 u_int bucket_limit; member
H A Dtcp_fastopen.h78 unsigned int bucket_limit; member
H A Dtcp_fastopen.c400 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()
H A Dtcp_syncache.h126 u_int bucket_limit; member
H A Dtcp_syncache.c180 &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()