Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c286 int sndmem, per_mss; in tcp_sndbuf_expand() local
292 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand()
296 per_mss = roundup_pow_of_two(per_mss) + in tcp_sndbuf_expand()
306 sndmem = 2 * nr_segs * per_mss; in tcp_sndbuf_expand()