Lines Matching refs:this_sack
4542 int this_sack;
4549 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) {
4557 for (i = this_sack; i < tp->rx_opt.num_sacks; i++)
4561 this_sack++;
4598 int this_sack;
4603 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) {
4605 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4607 /* Rotate this_sack to the first one. */
4608 for (; this_sack > 0; this_sack--, sp--)
4616 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4625 if (this_sack >= TCP_NUM_SACKS) {
4626 this_sack--;
4630 for (; this_sack > 0; this_sack--, sp--)
4646 int this_sack;
4654 for (this_sack = 0; this_sack < num_sacks;) {
4663 for (i = this_sack+1; i < num_sacks; i++)
4668 this_sack++;
5809 int this_sack;
5811 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;
5812 ++this_sack) {
5813 max_sack = after(sp[this_sack].end_seq,
5815 sp[this_sack].end_seq : max_sack;