Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c413 u8 num_sack_blocks; /* number of SACK blocks to include */ member
747 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
755 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
760 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
890 max_combine_saving = opts->num_sack_blocks > 0 ? 2 : 0; in tcp_options_fit_accecn()
903 opts->num_sack_blocks > 2 && in tcp_options_fit_accecn()
906 opts->num_sack_blocks--; in tcp_options_fit_accecn()
922 opts->num_sack_blocks += sack_blocks_reduce; in tcp_options_fit_accecn()
1172 opts->num_sack_blocks = in tcp_established_options()
1178 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
[all …]