Lines Matching refs:mss_cache
985 * advertised. But we subtract them from tp->mss_cache so that
2068 tp->mss_cache is current effective sending mss, including
2076 NOTE2. inet_csk(sk)->icsk_pmtu_cookie and tp->mss_cache
2095 tp->mss_cache = mss_now;
2112 mss_now = tp->mss_cache;
2122 /* The mss_cache is sized based on tp->tcp_header_len, which assumes
2485 cong_win = (tcp_snd_cwnd(tp) - in_flight) * tp->mss_cache;
2490 if (limit >= max_segs * tp->mss_cache)
2499 u32 chunk = min(tp->snd_wnd, tcp_snd_cwnd(tp) * tp->mss_cache);
2513 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache)
2715 size_needed = probe_size + (tp->reordering + 1) * (u64)tp->mss_cache;
4215 /* Sync mss_cache after updating the mss_clamp */