per_mss           338 net/ipv4/tcp_input.c 	int sndmem, per_mss;
per_mss           344 net/ipv4/tcp_input.c 	per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) +
per_mss           348 net/ipv4/tcp_input.c 	per_mss = roundup_pow_of_two(per_mss) +
per_mss           359 net/ipv4/tcp_input.c 	sndmem *= nr_segs * per_mss;