Home
last modified time | relevance | path

Searched refs:tcp_syncache (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.h104 struct tcp_syncache *sch_sc;
121 struct tcp_syncache { struct
H A Dtcp_syncache.c163 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache);
164 #define V_tcp_syncache VNET(tcp_syncache)
171 &VNET_NAME(tcp_syncache.bucket_limit), 0,
175 &VNET_NAME(tcp_syncache.cache_limit), 0,
179 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache");
182 &VNET_NAME(tcp_syncache.hashsize), 0,
186 CTLFLAG_RW, &VNET_NAME(tcp_syncache.see_other), 0,
209 &VNET_NAME(tcp_syncache.rexmt_limit), 0,
2392 struct tcp_syncache *sc = arg; in syncookie_reseed()
2492 struct tcp_syncache *sc; in syncache_unpause()
/freebsd/sys/conf/
H A Dfiles4429 netinet/tcp_syncache.c optional inet | inet6