Searched refs:tcp_syncache (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_syncache.h | 104 struct tcp_syncache *sch_sc; 118 struct tcp_syncache { struct
|
| D | tcp_syncache.c | 171 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/ |
| D | files | 4424 netinet/tcp_syncache.c optional inet | inet6
|