OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syn_cache
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
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 */
197
TAILQ_HEAD(,
syn_cache
) sch_bucket; /* bucket entries */
214
void syn_cache_insert(struct
syn_cache
*, struct tcpcb *);
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)
281
syn_cache_rm(struct
syn_cache
*sc)
293
syn_cache_put(struct
syn_cache
*sc)
308
pool_init(&syn_cache_pool, sizeof(struct
syn_cache
), 0, 0, 0,
317
syn_cache_insert(struct
syn_cache
*sc, struct tcpcb *tp)
320
struct
syn_cache
*sc2;
421
struct
syn_cache
*sc = arg;
480
struct
syn_cache
*sc, *nsc
[
all
...]
tcp_var.h
208
struct
syn_cache
;
364
LIST_HEAD(,
syn_cache
) t_sc; /* list of entries by this tcb */
Completed in 50 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026