this_sack 4300 net/ipv4/tcp_input.c int this_sack; this_sack 4307 net/ipv4/tcp_input.c for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { this_sack 4315 net/ipv4/tcp_input.c for (i = this_sack; i < tp->rx_opt.num_sacks; i++) this_sack 4319 net/ipv4/tcp_input.c this_sack++, swalk++; this_sack 4328 net/ipv4/tcp_input.c int this_sack; this_sack 4333 net/ipv4/tcp_input.c for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { this_sack 4336 net/ipv4/tcp_input.c for (; this_sack > 0; this_sack--, sp--) this_sack 4350 net/ipv4/tcp_input.c if (this_sack >= TCP_NUM_SACKS) { this_sack 4353 net/ipv4/tcp_input.c this_sack--; this_sack 4357 net/ipv4/tcp_input.c for (; this_sack > 0; this_sack--, sp--) this_sack 4373 net/ipv4/tcp_input.c int this_sack; this_sack 4381 net/ipv4/tcp_input.c for (this_sack = 0; this_sack < num_sacks;) { this_sack 4390 net/ipv4/tcp_input.c for (i = this_sack+1; i < num_sacks; i++) this_sack 4395 net/ipv4/tcp_input.c this_sack++; this_sack 5478 net/ipv4/tcp_input.c int this_sack; this_sack 5480 net/ipv4/tcp_input.c for (this_sack = 1; this_sack < tp->rx_opt.num_sacks; this_sack 5481 net/ipv4/tcp_input.c ++this_sack) { this_sack 5482 net/ipv4/tcp_input.c max_sack = after(sp[this_sack].end_seq, this_sack 5484 net/ipv4/tcp_input.c sp[this_sack].end_seq : max_sack; this_sack 510 net/ipv4/tcp_output.c int this_sack; this_sack 518 net/ipv4/tcp_output.c for (this_sack = 0; this_sack < opts->num_sack_blocks; this_sack 519 net/ipv4/tcp_output.c ++this_sack) { this_sack 520 net/ipv4/tcp_output.c *ptr++ = htonl(sp[this_sack].start_seq); this_sack 521 net/ipv4/tcp_output.c *ptr++ = htonl(sp[this_sack].end_seq);