Lines Matching refs:advmss
251 tcp_sk(sk)->advmss); in tcp_measure_rcv_mss()
537 incr = 2 * tp->advmss; in tcp_grow_window()
575 if (tcp_app_win && maxwin > 4 * tp->advmss) in tcp_init_buffer_space()
578 4 * tp->advmss); in tcp_init_buffer_space()
583 tp->window_clamp > 2 * tp->advmss && in tcp_init_buffer_space()
584 tp->window_clamp + tp->advmss > maxwin) in tcp_init_buffer_space()
585 tp->window_clamp = max(2 * tp->advmss, maxwin - tp->advmss); in tcp_init_buffer_space()
590 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
612 tp->rcv_ssthresh = min(tp->window_clamp, 2U * tp->advmss); in tcp_clamp_window()
625 unsigned int hint = min_t(unsigned int, tp->advmss, tp->mss_cache); in tcp_initialize_rcv_mss()
758 rcvwin = ((u64)copied << 1) + 16 * tp->advmss; in tcp_rcv_space_adjust()
6317 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6615 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()