Searched refs:tcp_hostcache (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_hostcache.c | 122 struct tcp_hostcache { struct 143 VNET_DEFINE_STATIC(struct tcp_hostcache, tcp_hostcache); argument 144 #define V_tcp_hostcache VNET(tcp_hostcache) 167 &VNET_NAME(tcp_hostcache.cache_limit), 0, 171 &VNET_NAME(tcp_hostcache.hashsize), 0, 175 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0, 179 &VNET_NAME(tcp_hostcache.cache_count), 0, 183 &VNET_NAME(tcp_hostcache.expire), 0, 187 &VNET_NAME(tcp_hostcache.prune), 0, 191 &VNET_NAME(tcp_hostcache.purgeall), 0,
|
/freebsd/sys/conf/ |
H A D | files | 4406 netinet/tcp_hostcache.c optional inet | inet6
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 5131 # 20210408: remove tcp_hostcache.h 5132 OLD_FILES+=usr/include/netinet/tcp_hostcache.h
|