syn_cache 3381 netinet/tcp_input.c pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, 0, 0,
syn_cache 3387 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 3391 netinet/tcp_input.c struct syn_cache *sc2;
syn_cache 3492 netinet/tcp_input.c struct syn_cache *sc = arg;
syn_cache 3535 netinet/tcp_input.c struct syn_cache *sc = arg;
syn_cache 3553 netinet/tcp_input.c struct syn_cache *sc, *nsc;
syn_cache 3577 netinet/tcp_input.c struct syn_cache *
syn_cache 3583 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 3639 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 3887 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 3912 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 3976 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 4063 netinet/tcp_input.c bzero(sc, sizeof(struct syn_cache));
syn_cache 4133 netinet/tcp_input.c struct syn_cache *sc;
syn_cache 188 netinet/tcp_var.h LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
syn_cache 253 netinet/tcp_var.h struct syn_cache {
syn_cache 254 netinet/tcp_var.h TAILQ_ENTRY(syn_cache) sc_bucketq; /* link on bucket list */
syn_cache 297 netinet/tcp_var.h LIST_ENTRY(syn_cache) sc_tpq; /* list of entries by same tp */
syn_cache 301 netinet/tcp_var.h TAILQ_HEAD(, syn_cache) sch_bucket; /* bucket entries */
syn_cache 671 netinet/tcp_var.h void syn_cache_insert(struct syn_cache *, struct tcpcb *);
syn_cache 672 netinet/tcp_var.h struct syn_cache *syn_cache_lookup(struct sockaddr *, struct sockaddr *,
syn_cache 676 netinet/tcp_var.h int syn_cache_respond(struct syn_cache *, struct mbuf *);