Searched refs:tcp_syncache (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_syncache.h | 104 struct tcp_syncache *sch_sc; 121 struct tcp_syncache { struct
|
| H A D | tcp_syncache.c | 172 VNET_DEFINE_STATIC(struct tcp_syncache, tcp_syncache); 173 #define V_tcp_syncache VNET(tcp_syncache) 180 &VNET_NAME(tcp_syncache.bucket_limit), 0, 184 &VNET_NAME(tcp_syncache.cache_limit), 0, 188 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache"); 191 &VNET_NAME(tcp_syncache.hashsize), 0, 213 &VNET_NAME(tcp_syncache.rexmt_limit), 0, 2428 struct tcp_syncache *sc = arg; in syncookie_reseed() 2528 struct tcp_syncache *sc; in syncache_unpause()
|
| /f-stack/lib/ |
| H A D | Makefile | 459 tcp_syncache.c \
|