Searched refs:tcp_hostcache (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netinet/ |
| H A D | tcp_hostcache.c | 121 struct tcp_hostcache { struct 142 VNET_DEFINE_STATIC(struct tcp_hostcache, tcp_hostcache); argument 143 #define V_tcp_hostcache VNET(tcp_hostcache) 166 &VNET_NAME(tcp_hostcache.cache_limit), 0, 170 &VNET_NAME(tcp_hostcache.hashsize), 0, 174 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0, 178 &VNET_NAME(tcp_hostcache.cache_count), 0, 182 &VNET_NAME(tcp_hostcache.expire), 0, 186 &VNET_NAME(tcp_hostcache.prune), 0, 190 &VNET_NAME(tcp_hostcache.purgeall), 0,
|
| /src/sys/conf/ |
| H A D | files | 4462 netinet/tcp_hostcache.c optional inet | inet6
|
| /src/ |
| H A D | ObsoleteFiles.inc | 5438 # 20210408: remove tcp_hostcache.h 5439 OLD_FILES+=usr/include/netinet/tcp_hostcache.h
|