Symbol: syn_cache
sys/netinet/tcp_input.c
167
void syn_cache_put(struct syn_cache *);
sys/netinet/tcp_input.c
168
void syn_cache_rm(struct syn_cache *);
sys/netinet/tcp_input.c
169
int syn_cache_respond(struct syn_cache *, struct mbuf *, uint64_t, int);
sys/netinet/tcp_input.c
171
void syn_cache_insert(struct syn_cache *, struct tcpcb *);
sys/netinet/tcp_input.c
180
struct syn_cache *syn_cache_lookup(const struct sockaddr *,
sys/netinet/tcp_input.c
3156
syn_cache_rm(struct syn_cache *sc)
sys/netinet/tcp_input.c
3172
syn_cache_put(struct syn_cache *sc)
sys/netinet/tcp_input.c
3202
pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, IPL_SOFTNET,
sys/netinet/tcp_input.c
3207
syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp)
sys/netinet/tcp_input.c
3211
struct syn_cache *sc2;
sys/netinet/tcp_input.c
3357
struct syn_cache *sc = arg;
sys/netinet/tcp_input.c
3429
struct syn_cache *sc, *nsc;
sys/netinet/tcp_input.c
3447
struct syn_cache *
sys/netinet/tcp_input.c
3452
struct syn_cache *sc;
sys/netinet/tcp_input.c
3509
struct syn_cache *sc;
sys/netinet/tcp_input.c
3700
struct syn_cache *sc;
sys/netinet/tcp_input.c
3726
struct syn_cache *sc;
sys/netinet/tcp_input.c
3784
struct syn_cache *sc;
sys/netinet/tcp_input.c
3982
syn_cache_respond(struct syn_cache *sc, struct mbuf *m, uint64_t now,
sys/netinet/tcp_var.h
190
LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
sys/netinet/tcp_var.h
246
TAILQ_ENTRY(syn_cache) sc_bucketq; /* [S] link on bucket list */
sys/netinet/tcp_var.h
280
LIST_ENTRY(syn_cache) sc_tpq; /* [S] list of entries by same tp */
sys/netinet/tcp_var.h
284
TAILQ_HEAD(, syn_cache) sch_bucket; /* [S] bucket entries */