Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c775 int this_sack; in tcp_options_write() local
785 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()