Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_output.c439 u8 num_sack_blocks; /* number of SACK blocks to include */ member
659 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
667 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
670 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
967 opts->num_sack_blocks = in tcp_established_options()
973 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()