Searched refs:tcp_syncache (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_syncache.h | 104 struct tcp_syncache *sch_sc; 121 struct tcp_syncache { struct
|
H A D | tcp_syncache.c | 164 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache); 165 #define V_tcp_syncache VNET(tcp_syncache) 172 &VNET_NAME(tcp_syncache.bucket_limit), 0, 176 &VNET_NAME(tcp_syncache.cache_limit), 0, 180 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache"); 183 &VNET_NAME(tcp_syncache.hashsize), 0, 187 CTLFLAG_RW, &VNET_NAME(tcp_syncache.see_other), 0, 210 &VNET_NAME(tcp_syncache.rexmt_limit), 0, 2398 struct tcp_syncache *sc = arg; in syncookie_reseed() 2498 struct tcp_syncache *sc; in syncache_unpause()
|
/freebsd/sys/conf/ |
H A D | files | 4419 netinet/tcp_syncache.c optional inet | inet6
|