Search | Google it | Results 1 - 1 of 1 for funcall:TAILQ_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c (0.00 seconds) |
496: *sack_bytes_rexmt = 0; 497: TAILQ_FOREACH(cur, &tp->snd_holes, sackhole_q) { 498: if (SEQ_LT(cur->rxmit, cur->end)) { 585: printf("numholes=%d\n", tp->snd_numholes); 586: TAILQ_FOREACH(cur, &tp->snd_holes, sackhole_q) { 587: printf("\t%" PRIu32 "-%" PRIu32 ", rxmit=%" PRIu32 "\n",