Lines Matching refs:this_sack
4092 int this_sack; in tcp_sack_maybe_coalesce() local
4099 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()
4107 for (i = this_sack; i < tp->rx_opt.num_sacks; i++) in tcp_sack_maybe_coalesce()
4111 this_sack++, swalk++; in tcp_sack_maybe_coalesce()
4120 int this_sack; in tcp_sack_new_ofo_skb() local
4125 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()
4128 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()
4142 if (this_sack >= TCP_NUM_SACKS) { in tcp_sack_new_ofo_skb()
4143 this_sack--; in tcp_sack_new_ofo_skb()
4147 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()
4163 int this_sack; in tcp_sack_remove() local
4171 for (this_sack = 0; this_sack < num_sacks;) { in tcp_sack_remove()
4180 for (i = this_sack+1; i < num_sacks; i++) in tcp_sack_remove()
4185 this_sack++; in tcp_sack_remove()