Searched refs:this_sack (Results 1 – 2 of 2) sorted by relevance
4757 int this_sack; in tcp_sack_maybe_coalesce() local4764 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()4776 this_sack++; in tcp_sack_maybe_coalesce()4813 int this_sack; in tcp_sack_new_ofo_skb() local4818 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()4823 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()4841 this_sack--; in tcp_sack_new_ofo_skb()4845 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()4869 for (this_sack = 0; this_sack < num_sacks;) { in tcp_sack_remove()4883 this_sack++; in tcp_sack_remove()[all …]
721 int this_sack; in tcp_options_write() local729 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()730 ++this_sack) { in tcp_options_write()731 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()732 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()