Searched refs:tcp_hostcache (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_hostcache.c | 123 struct tcp_hostcache { struct 144 VNET_DEFINE_STATIC(struct tcp_hostcache, tcp_hostcache); argument 145 #define V_tcp_hostcache VNET(tcp_hostcache) 168 &VNET_NAME(tcp_hostcache.cache_limit), 0, 172 &VNET_NAME(tcp_hostcache.hashsize), 0, 176 CTLFLAG_VNET | CTLFLAG_RDTUN, &VNET_NAME(tcp_hostcache.bucket_limit), 0, 180 &VNET_NAME(tcp_hostcache.cache_count), 0, 184 &VNET_NAME(tcp_hostcache.expire), 0, 188 &VNET_NAME(tcp_hostcache.prune), 0, 192 &VNET_NAME(tcp_hostcache.purgeall), 0,
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 4360 netinet/tcp_hostcache.c optional inet | inet6
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 4374 # 20210408: remove tcp_hostcache.h 4375 OLD_FILES+=usr/include/netinet/tcp_hostcache.h
|