Lines Matching defs:this_sack
4497 int this_sack;
4504 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) {
4512 for (i = this_sack; i < tp->rx_opt.num_sacks; i++)
4516 this_sack++;
4553 int this_sack;
4558 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) {
4560 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4562 /* Rotate this_sack to the first one. */
4563 for (; this_sack > 0; this_sack--, sp--)
4571 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4580 if (this_sack >= TCP_NUM_SACKS) {
4581 this_sack--;
4585 for (; this_sack > 0; this_sack--, sp--)
4601 int this_sack;
4609 for (this_sack = 0; this_sack < num_sacks;) {
4618 for (i = this_sack+1; i < num_sacks; i++)
4623 this_sack++;
5726 int this_sack;
5728 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;
5729 ++this_sack) {
5730 max_sack = after(sp[this_sack].end_seq,
5732 sp[this_sack].end_seq : max_sack;