Searched refs:notsack_blk (Results 1 – 4 of 4) sorted by relevance
49 typedef struct notsack_blk struct51 struct notsack_blk *next; argument
2493 notsack_blk_t *notsack_blk; in tcp_sack_rxmit() local2507 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()2524 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()2531 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rxmit()2532 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rxmit()2533 (notsack_blk->sack_cnt >= in tcp_sack_rxmit()2535 end = notsack_blk->end; in tcp_sack_rxmit()2536 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rxmit()2537 begin = notsack_blk->begin; in tcp_sack_rxmit()2547 if (notsack_blk == NULL) { in tcp_sack_rxmit()
43 typedef struct notsack_blk struct45 struct notsack_blk *next; argument
3306 notsack_blk_t *notsack_blk; in tcp_sack_rexmit() local3320 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3337 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()3344 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rexmit()3345 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rexmit()3346 (notsack_blk->sack_cnt >= in tcp_sack_rexmit()3348 end = notsack_blk->end; in tcp_sack_rexmit()3349 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rexmit()3350 begin = notsack_blk->begin; in tcp_sack_rexmit()3360 if (notsack_blk == NULL) { in tcp_sack_rexmit()