Searched refs:cache_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h75 u_int cache_count; member in struct:tcp_hostcache
H A Dtcp_hostcache.c137 &VNET_NAME(tcp_hostcache.cache_count), 0,
183 V_tcp_hostcache.cache_count = 0;
351 V_tcp_hostcache.cache_count >= V_tcp_hostcache.cache_limit) {
368 V_tcp_hostcache.cache_count--;
400 V_tcp_hostcache.cache_count++;
604 bufsize = linesize * (V_tcp_hostcache.cache_count + 1);
668 V_tcp_hostcache.cache_count--;

Completed in 107 milliseconds