Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp_input.c404 int sndmem, per_mss; in tcp_sndbuf_expand() local
410 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand()
414 per_mss = roundup_pow_of_two(per_mss) + in tcp_sndbuf_expand()
425 sndmem *= nr_segs * per_mss; in tcp_sndbuf_expand()