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.h105 struct tcp_syncache *sch_sc;
122 struct tcp_syncache { struct
H A Dtcp_syncache.c165 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache);
166 #define V_tcp_syncache VNET(tcp_syncache)
173 &VNET_NAME(tcp_syncache.bucket_limit), 0,
177 &VNET_NAME(tcp_syncache.cache_limit), 0,
181 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache");
184 &VNET_NAME(tcp_syncache.hashsize), 0,
188 CTLFLAG_RW, &VNET_NAME(tcp_syncache.see_other), 0,
211 &VNET_NAME(tcp_syncache.rexmt_limit), 0,
2421 struct tcp_syncache *sc = arg; in syncookie_reseed()
2521 struct tcp_syncache *sc; in syncache_unpause()
/freebsd/sys/conf/
H A Dfiles4463 netinet/tcp_syncache.c optional inet | inet6