gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TAILQ_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c - 21.2KB - 591 lines
296:         /* Update the scoreboard. */
297:         cur = TAILQ_FIRST(&tp->snd_holes);
298:         for (i = 0; i < num_sack_blks; i++) {
414: /* Free up the SACK hole list. */ 415: while ((sack = TAILQ_FIRST(&tp->snd_holes)) != NULL) { 416: sack_removehole(tp, sack);