Searched refs:this_sack (Results 1 – 2 of 2) sorted by relevance
4415 int this_sack; in tcp_sack_maybe_coalesce() local4422 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()4430 for (i = this_sack; i < tp->rx_opt.num_sacks; i++) in tcp_sack_maybe_coalesce()4434 this_sack++; in tcp_sack_maybe_coalesce()4471 int this_sack; in tcp_sack_new_ofo_skb() local4476 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()4478 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED) in tcp_sack_new_ofo_skb()4481 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()4489 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED) in tcp_sack_new_ofo_skb()4498 if (this_sack >= TCP_NUM_SACKS) { in tcp_sack_new_ofo_skb()[all …]
661 int this_sack; in tcp_options_write() local669 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()670 ++this_sack) { in tcp_options_write()671 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()672 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()