HomeSort by: relevance | last modified time | path
    Searched defs:scp2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.c 359 struct syn_cache_head *scp2, *sce; local in function:syn_cache_insert
370 scp2 = scp;
371 if (TAILQ_EMPTY(&scp2->sch_bucket)) {
373 for (++scp2; scp2 != scp; scp2++) {
374 if (scp2 >= sce)
375 scp2 = &tcp_syn_cache[0];
376 if (! TAILQ_EMPTY(&scp2->sch_bucket))
384 if (scp2 == scp
    [all...]
tcp_syncache.c 359 struct syn_cache_head *scp2, *sce; local in function:syn_cache_insert
370 scp2 = scp;
371 if (TAILQ_EMPTY(&scp2->sch_bucket)) {
373 for (++scp2; scp2 != scp; scp2++) {
374 if (scp2 >= sce)
375 scp2 = &tcp_syn_cache[0];
376 if (! TAILQ_EMPTY(&scp2->sch_bucket))
384 if (scp2 == scp
    [all...]

Completed in 293 milliseconds