Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_output.c438 u8 num_sack_blocks; /* number of SACK blocks to include */ member
508 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
516 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
519 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
756 opts->num_sack_blocks = in tcp_established_options()
761 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()