Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_input.c338 int sndmem, per_mss; in tcp_sndbuf_expand() local
344 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand()
348 per_mss = roundup_pow_of_two(per_mss) + in tcp_sndbuf_expand()
359 sndmem *= nr_segs * per_mss; in tcp_sndbuf_expand()