Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_input.c426 int sndmem, per_mss; in tcp_sndbuf_expand() local
432 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand()
436 per_mss = roundup_pow_of_two(per_mss) + in tcp_sndbuf_expand()
447 sndmem *= nr_segs * per_mss; in tcp_sndbuf_expand()