Searched refs:notsack_blk (Results 1 – 4 of 4) sorted by relevance
49 typedef struct notsack_blk struct51 struct notsack_blk *next; argument
2492 notsack_blk_t *notsack_blk; in tcp_sack_rxmit() local2506 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()2523 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()2530 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rxmit()2531 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rxmit()2532 (notsack_blk->sack_cnt >= in tcp_sack_rxmit()2534 end = notsack_blk->end; in tcp_sack_rxmit()2535 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rxmit()2536 begin = notsack_blk->begin; in tcp_sack_rxmit()2546 if (notsack_blk == NULL) { in tcp_sack_rxmit()
43 typedef struct notsack_blk struct45 struct notsack_blk *next; argument
3395 notsack_blk_t *notsack_blk; in tcp_sack_rexmit() local3409 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3426 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3433 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rexmit()3434 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rexmit()3435 (notsack_blk->sack_cnt >= in tcp_sack_rexmit()3437 end = notsack_blk->end; in tcp_sack_rexmit()3438 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rexmit()3439 begin = notsack_blk->begin; in tcp_sack_rexmit()3449 if (notsack_blk == NULL) { in tcp_sack_rexmit()