Searched refs:this_sack (Results 1 – 1 of 1) sorted by relevance
775 int this_sack; in tcp_options_write() local785 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()786 ++this_sack) { in tcp_options_write()787 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()788 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()