Home
last modified time | relevance | path

Searched refs:this_sack (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_input.c4757 int this_sack; in tcp_sack_maybe_coalesce() local
4764 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() local
4818 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 …]
H A Dtcp_output.c721 int this_sack; in tcp_options_write() local
729 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()