Lines Matching refs:mss_cache
570 if (d_ceb > delta * tp->mss_cache) in __tcp_accecn_process()
573 safe_delta * tp->mss_cache >> TCP_ACCECN_SAFETY_SHIFT) in __tcp_accecn_process()
615 per_mss = max_t(u32, tp->rx_opt.mss_clamp, tp->mss_cache) + in tcp_sndbuf_expand()
809 unsigned int hint = min_t(unsigned int, tp->advmss, tp->mss_cache); in tcp_initialize_rcv_mss()
1145 rate = (u64)tp->mss_cache * ((USEC_PER_SEC / 100) << 3); in tcp_update_pacing_rate()
1245 if (seq_len > tp->mss_cache) in tcp_dsack_seen()
1246 dup_segs = DIV_ROUND_UP(seq_len, tp->mss_cache); in tcp_dsack_seen()
1280 const u32 mss = tp->mss_cache; in tcp_check_sack_reordering()
3090 val = (u64)tcp_snd_cwnd(tp) * tcp_mss_to_mtu(sk, tp->mss_cache); in tcp_mtup_probe_success()
3718 (tp->snd_una - prior_snd_una) < tp->mss_cache && in tcp_clean_rtx_queue()
3776 sample.in_flight = tp->mss_cache * in tcp_clean_rtx_queue()