Searched refs:tcp_syncache (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_syncache.h | 105 struct tcp_syncache *sch_sc; 122 struct tcp_syncache { struct
|
| H A D | tcp_syncache.c | 166 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache); 167 #define V_tcp_syncache VNET(tcp_syncache) 174 &VNET_NAME(tcp_syncache.bucket_limit), 0, 178 &VNET_NAME(tcp_syncache.cache_limit), 0, 182 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache"); 185 &VNET_NAME(tcp_syncache.hashsize), 0, 189 CTLFLAG_RW, &VNET_NAME(tcp_syncache.see_other), 0, 212 &VNET_NAME(tcp_syncache.rexmt_limit), 0, 2455 struct tcp_syncache *sc = arg; in syncookie_reseed() 2555 struct tcp_syncache *sc; in syncache_unpause()
|
| /freebsd/sys/conf/ |
| H A D | files | 4497 netinet/tcp_syncache.c optional inet | inet6
|