Searched refs:syn_cache (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_var.h | 192 LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */ 246 struct syn_cache { struct 247 TAILQ_ENTRY(syn_cache) sc_bucketq; /* [S] link on bucket list */ 282 LIST_ENTRY(syn_cache) sc_tpq; /* [S] list of entries by same tp */ argument 286 TAILQ_HEAD(, syn_cache) sch_bucket; /* [S] bucket entries */
|
H A D | tcp_input.c | 183 void syn_cache_put(struct syn_cache *); 184 void syn_cache_rm(struct syn_cache *); 185 int syn_cache_respond(struct syn_cache *, struct mbuf *, uint64_t, int); 187 void syn_cache_insert(struct syn_cache *, struct tcpcb *); 196 struct syn_cache *syn_cache_lookup(const struct sockaddr *, 3177 syn_cache_rm(struct syn_cache *sc) in syn_cache_rm() 3195 syn_cache_put(struct syn_cache *sc) in syn_cache_put() 3225 pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, IPL_SOFTNET, in syn_cache_init() 3230 syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp) in syn_cache_insert() 3234 struct syn_cache *sc in syn_cache_insert() [all...] |