Lines Matching refs:advmss
262 tcp_sk(sk)->advmss); in tcp_measure_rcv_mss()
720 incr = 2 * tp->advmss; in tcp_grow_window()
758 if (tcp_app_win && maxwin > 4 * tp->advmss) in tcp_init_buffer_space()
761 4 * tp->advmss)); in tcp_init_buffer_space()
766 tp->window_clamp > 2 * tp->advmss && in tcp_init_buffer_space()
767 tp->window_clamp + tp->advmss > maxwin) in tcp_init_buffer_space()
769 max(2 * tp->advmss, maxwin - tp->advmss)); in tcp_init_buffer_space()
774 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space()
796 tp->rcv_ssthresh = min(tp->window_clamp, 2U * tp->advmss); in tcp_clamp_window()
809 unsigned int hint = min_t(unsigned int, tp->advmss, tp->mss_cache); in tcp_initialize_rcv_mss()
6976 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
7275 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()