Lines Matching refs:mss
1103 if (TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + LWIP_MIN((TCP_WND / 2), pcb->mss))) {
1335 pcb->mss = INITIAL_MSS;
1337 pcb->mss = tcp_eff_send_mss_netif(pcb->mss, netif, &pcb->remote_ip);
1476 if (pcb->ssthresh < (tcpwnd_size_t)(pcb->mss << 1)) {
1477 pcb->ssthresh = (tcpwnd_size_t)(pcb->mss << 1);
1479 pcb->cwnd = pcb->mss;
1486 mss - STJ */
2077 pcb->mss = INITIAL_MSS;
2414 * Calculates the effective send mss that can be used for a specific IP address