sc_bucketidx     3334 netinet/tcp_input.c 	TAILQ_REMOVE(&tcp_syn_cache[(sc)->sc_bucketidx].sch_bucket,	\
sc_bucketidx     3338 netinet/tcp_input.c 	tcp_syn_cache[(sc)->sc_bucketidx].sch_length--;			\
sc_bucketidx     3404 netinet/tcp_input.c 	sc->sc_bucketidx = sc->sc_hash % tcp_syn_cache_size;
sc_bucketidx     3405 netinet/tcp_input.c 	scp = &tcp_syn_cache[sc->sc_bucketidx];
sc_bucketidx      267 netinet/tcp_var.h 	int sc_bucketidx;			/* our bucket index */