Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_output.c439 u8 num_sack_blocks; /* number of SACK blocks to include */ member
658 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
666 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
669 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
966 opts->num_sack_blocks = in tcp_established_options()
972 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()