Lines Matching defs:this_sack
4829 int this_sack;
4836 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) {
4844 for (i = this_sack; i < tp->rx_opt.num_sacks; i++)
4848 this_sack++;
4885 int this_sack;
4890 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) {
4892 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4894 /* Rotate this_sack to the first one. */
4895 for (; this_sack > 0; this_sack--, sp--)
4903 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED)
4912 if (this_sack >= TCP_NUM_SACKS) {
4913 this_sack--;
4917 for (; this_sack > 0; this_sack--, sp--)
4933 int this_sack;
4941 for (this_sack = 0; this_sack < num_sacks;) {
4950 for (i = this_sack+1; i < num_sacks; i++)
4955 this_sack++;
6159 int this_sack;
6161 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;
6162 ++this_sack) {
6163 max_sack = after(sp[this_sack].end_seq,
6165 sp[this_sack].end_seq : max_sack;