Searched refs:this_sack (Results 1 – 2 of 2) sorted by relevance
4295 int this_sack; in tcp_sack_maybe_coalesce() local4302 for (this_sack = 1; this_sack < tp->rx_opt.num_sacks;) { in tcp_sack_maybe_coalesce()4310 for (i = this_sack; i < tp->rx_opt.num_sacks; i++) in tcp_sack_maybe_coalesce()4314 this_sack++, swalk++; in tcp_sack_maybe_coalesce()4323 int this_sack; in tcp_sack_new_ofo_skb() local4328 for (this_sack = 0; this_sack < cur_sacks; this_sack++, sp++) { in tcp_sack_new_ofo_skb()4331 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()4345 if (this_sack >= TCP_NUM_SACKS) { in tcp_sack_new_ofo_skb()4348 this_sack--; in tcp_sack_new_ofo_skb()4352 for (; this_sack > 0; this_sack--, sp--) in tcp_sack_new_ofo_skb()[all …]
507 int this_sack; in tcp_options_write() local515 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()516 ++this_sack) { in tcp_options_write()517 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()518 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()