Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dtcp_syncache.h102 struct tcp_syncache *sch_sc;
116 struct tcp_syncache { struct
Dtcp_syncache.c160 static VNET_DEFINE(struct tcp_syncache, tcp_syncache);
161 #define V_tcp_syncache VNET(tcp_syncache)
167 &VNET_NAME(tcp_syncache.bucket_limit), 0,
171 &VNET_NAME(tcp_syncache.cache_limit), 0,
179 &VNET_NAME(tcp_syncache.hashsize), 0,
183 &VNET_NAME(tcp_syncache.rexmt_limit), 0,
2095 struct tcp_syncache *sc = arg; in syncookie_reseed()
/freebsd-10-stable/sys/conf/
Dfiles3590 netinet/tcp_syncache.c optional inet | inet6