Search | Google it | Results 1 - 1 of 1 for funcall:TAILQ_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c (0.00 seconds) |
210: 211: next = TAILQ_NEXT(hole, sackhole_q); 212: tp->snd_numholes--; 325: /* SACKs data beyond the current hole */ 326: cur = TAILQ_NEXT(cur, sackhole_q); 327: continue; 347: cur->rxmit = SEQ_MIN(cur->rxmit, cur->end); 348: cur = TAILQ_NEXT(cur, sackhole_q); 349: break; 532: */ 533: while ((n = TAILQ_NEXT(cur, sackhole_q)) != NULL) { 534: if (SEQ_LT(tp->snd_nxt, cur->end))