Home
last modified time | relevance | path

Searched refs:syn_cache (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h192 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 Dtcp_input.c3145 syn_cache_rm(struct syn_cache *sc) in syn_cache_rm()
3162 syn_cache_put(struct syn_cache *sc) in syn_cache_put()
3201 struct syn_cache *sc2; in syn_cache_insert()
3345 struct syn_cache *sc = arg; in syn_cache_timer()
3405 struct syn_cache *sc, *nsc; in syn_cache_cleanup()
3426 struct syn_cache *
3431 struct syn_cache *sc; in syn_cache_lookup()
3487 struct syn_cache *sc; in syn_cache_get()
3683 struct syn_cache *sc; in syn_cache_reset()
3709 struct syn_cache *sc; in syn_cache_unreach()
[all …]