Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_input.c4138 int this_sack; in tcp_sack_maybe_coalesce() local
4145 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()
4153 for (i = this_sack; i < tp->rx_opt.num_sacks; i++) in tcp_sack_maybe_coalesce()
4157 this_sack++, swalk++; in tcp_sack_maybe_coalesce()
4166 int this_sack; in tcp_sack_new_ofo_skb() local
4171 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()
4174 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()
4188 if (this_sack >= TCP_NUM_SACKS) { in tcp_sack_new_ofo_skb()
4189 this_sack--; in tcp_sack_new_ofo_skb()
4193 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()
[all …]
Dtcp_output.c500 int this_sack; in tcp_options_write() local
508 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
509 ++this_sack) { in tcp_options_write()
510 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
511 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()