Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_hostcache.c114 VNET_DEFINE_STATIC(struct tcp_hostcache, tcp_hostcache);
115 #define V_tcp_hostcache VNET(tcp_hostcache)
139 &VNET_NAME(tcp_hostcache.cache_limit), 0,
143 &VNET_NAME(tcp_hostcache.hashsize), 0,
147 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0,
151 &VNET_NAME(tcp_hostcache.cache_count), 0,
155 &VNET_NAME(tcp_hostcache.expire), 0,
159 &VNET_NAME(tcp_hostcache.prune), 0,
163 &VNET_NAME(tcp_hostcache.purgeall), 0,
HDtcp_hostcache.h69 struct tcp_hostcache { struct
/freebsd-13-stable/sys/conf/
HDfiles4450 netinet/tcp_hostcache.c optional inet | inet6