Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_output.c437 u8 num_sack_blocks; /* number of SACK blocks to include */ member
507 if (unlikely(opts->num_sack_blocks)) { in tcp_options_write()
515 (TCPOLEN_SACK_BASE + (opts->num_sack_blocks * in tcp_options_write()
518 for (this_sack = 0; this_sack < opts->num_sack_blocks; in tcp_options_write()
759 opts->num_sack_blocks = in tcp_established_options()
763 if (likely(opts->num_sack_blocks)) in tcp_established_options()
765 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()