Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c5066 int this_sack; in tcp_sack_maybe_coalesce() local
5073 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()
5081 for (i = this_sack; i < tp->rx_opt.num_sacks; i++) in tcp_sack_maybe_coalesce()
5085 this_sack++; in tcp_sack_maybe_coalesce()
5122 int this_sack; in tcp_sack_new_ofo_skb() local
5127 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()
5129 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED) in tcp_sack_new_ofo_skb()
5132 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()
5140 if (this_sack >= TCP_SACK_BLOCKS_EXPECTED) in tcp_sack_new_ofo_skb()
5149 if (this_sack >= TCP_NUM_SACKS) { in tcp_sack_new_ofo_skb()
[all …]