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.c435 u8 num_sack_blocks; /* number of SACK blocks to include */ member
772 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
780 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
785 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
915 max_combine_saving = opts->num_sack_blocks > 0 ? 2 : 0; in tcp_options_fit_accecn()
928 opts->num_sack_blocks > 2 && in tcp_options_fit_accecn()
931 opts->num_sack_blocks--; in tcp_options_fit_accecn()
947 opts->num_sack_blocks += sack_blocks_reduce; in tcp_options_fit_accecn()
1197 opts->num_sack_blocks = in tcp_established_options()
1203 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
[all …]