Searched refs:syn_cache (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | tcp_syncache.h | 161 struct syn_cache { struct 162 TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */ 193 LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */ argument 197 TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */ 214 void syn_cache_insert(struct syn_cache *, struct tcpcb *);
|
H A D | tcp_syncache.c | 205 static struct syn_cache * 208 static int syn_cache_respond(struct syn_cache *); 268 syn_cache_timer_arm(struct syn_cache *sc) in syn_cache_timer_arm() 281 syn_cache_rm(struct syn_cache *sc) in syn_cache_rm() 293 syn_cache_put(struct syn_cache *sc) in syn_cache_put() 308 pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, 0, 0, in syn_cache_init() 317 syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp) in syn_cache_insert() 320 struct syn_cache *sc2; in syn_cache_insert() 421 struct syn_cache *sc = arg; in syn_cache_timer() 480 struct syn_cache *sc, *nsc; in syn_cache_cleanup() [all …]
|
H A D | tcp_var.h | 208 struct syn_cache; 364 LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
|