Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c180 V_tcp_hostcache.hashmask)
188 V_tcp_hostcache.hashmask)
209 &V_tcp_hostcache.hashsize); in tcp_hc_init()
214 V_tcp_hostcache.hashmask = V_tcp_hostcache.hashsize - 1; in tcp_hc_init()
219 cache_limit = V_tcp_hostcache.hashsize * V_tcp_hostcache.bucket_limit; in tcp_hc_init()
246 V_tcp_hostcache.zone = in tcp_hc_init()
249 uma_zone_set_max(V_tcp_hostcache.zone, V_tcp_hostcache.cache_limit); in tcp_hc_init()
377 V_tcp_hostcache.cache_count >= V_tcp_hostcache.cache_limit) { in tcp_hc_insert()
394 V_tcp_hostcache.cache_count--; in tcp_hc_insert()
427 V_tcp_hostcache.cache_count++; in tcp_hc_insert()
[all …]