Searched refs:tcp_hostcache (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hostcache.c | 115 VNET_DEFINE_STATIC(struct tcp_hostcache, tcp_hostcache); 116 #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,
|
| H A D | tcp_hostcache.h | 71 struct tcp_hostcache { struct
|
| /f-stack/lib/ |
| H A D | Makefile | 451 tcp_hostcache.c \
|