Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.h104 struct tcp_syncache *sch_sc;
118 struct tcp_syncache { struct
Dtcp_syncache.c171 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache);
172 #define V_tcp_syncache VNET(tcp_syncache)
178 &VNET_NAME(tcp_syncache.bucket_limit), 0,
182 &VNET_NAME(tcp_syncache.cache_limit), 0,
186 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache");
189 &VNET_NAME(tcp_syncache.hashsize), 0,
211 &VNET_NAME(tcp_syncache.rexmt_limit), 0,
2258 struct tcp_syncache *sc = arg; in syncookie_reseed()
/freebsd-12-stable/sys/conf/
Dfiles4424 netinet/tcp_syncache.c optional inet | inet6