Searched refs:mss_local (Results 1 – 1 of 1) sorted by relevance
412 u16_t mss_local; in tcp_write() local417 mss_local = LWIP_MIN(pcb->mss, TCPWND_MIN16(pcb->snd_wnd_max / 2)); in tcp_write()418 mss_local = mss_local ? mss_local : pcb->mss; in tcp_write()445 mss_local = LWIP_MAX(mss_local, LWIP_TCP_OPT_LEN_TS + 1); in tcp_write()486 LWIP_ASSERT("mss_local is too small", mss_local >= last_unsent->len + unsent_optlen); in tcp_write()487 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write()600 u16_t max_len = mss_local - optlen; in tcp_write()610 …if ((p = tcp_pbuf_prealloc(PBUF_TRANSPORT, seglen + optlen, mss_local, &oversize, pcb, apiflags, q… in tcp_write()