Symbol: syn_cache
sys/netinet/tcp_syncache.c
1075
syn_cache_respond(struct syn_cache *sc)
sys/netinet/tcp_syncache.c
205
static struct syn_cache *
sys/netinet/tcp_syncache.c
208
static int syn_cache_respond(struct syn_cache *);
sys/netinet/tcp_syncache.c
268
syn_cache_timer_arm(struct syn_cache *sc)
sys/netinet/tcp_syncache.c
281
syn_cache_rm(struct syn_cache *sc)
sys/netinet/tcp_syncache.c
293
syn_cache_put(struct syn_cache *sc)
sys/netinet/tcp_syncache.c
308
pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, 0, 0,
sys/netinet/tcp_syncache.c
317
syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp)
sys/netinet/tcp_syncache.c
320
struct syn_cache *sc2;
sys/netinet/tcp_syncache.c
421
struct syn_cache *sc = arg;
sys/netinet/tcp_syncache.c
480
struct syn_cache *sc, *nsc;
sys/netinet/tcp_syncache.c
504
static struct syn_cache *
sys/netinet/tcp_syncache.c
508
struct syn_cache *sc;
sys/netinet/tcp_syncache.c
558
struct syn_cache *sc;
sys/netinet/tcp_syncache.c
805
struct syn_cache *sc;
sys/netinet/tcp_syncache.c
828
struct syn_cache *sc;
sys/netinet/tcp_syncache.c
883
struct syn_cache *sc;
sys/netinet/tcp_syncache.c
962
memset(sc, 0, sizeof(struct syn_cache));
sys/netinet/tcp_syncache.h
162
TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */
sys/netinet/tcp_syncache.h
193
LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */
sys/netinet/tcp_syncache.h
197
TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */
sys/netinet/tcp_syncache.h
214
void syn_cache_insert(struct syn_cache *, struct tcpcb *);
sys/netinet/tcp_var.h
208
struct syn_cache;
sys/netinet/tcp_var.h
364
LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */