Searched refs:mss (Results 1 - 19 of 19) sorted by relevance

/barrelfish-master/lib/lwip/src/core/
H A Dtcp_in.c478 npcb->mss = tcp_eff_send_mss(npcb->mss, &(npcb->remote_ip));
601 pcb->mss = tcp_eff_send_mss(pcb->mss, &(pcb->remote_ip));
604 /* Set ssthresh again after changing pcb->mss (already set in tcp_connect
605 * but for the default value of pcb->mss) */
606 pcb->ssthresh = pcb->mss * 10;
608 pcb->cwnd = ((pcb->cwnd == 1) ? (pcb->mss * 2) : pcb->mss);
667 pcb->cwnd = ((old_cwnd == 1) ? (pcb->mss *
1461 u16_t mss; local
[all...]
H A Dtcp.c398 if (TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + pcb->mss)) {
506 pcb->mss = (TCP_MSS > 536) ? 536 : TCP_MSS;
508 pcb->mss = tcp_eff_send_mss(pcb->mss, ipaddr);
511 pcb->ssthresh = pcb->mss * 10;
610 if (pcb->ssthresh < pcb->mss) {
611 pcb->ssthresh = pcb->mss * 2;
613 pcb->cwnd = pcb->mss;
619 mss - STJ */
1006 pcb->mss
[all...]
H A Dtcp_out.c231 seglen = left > (pcb->mss - optlen) ? (pcb->mss - optlen) : left;
380 (useg->len + queue->len <= pcb->mss) &&
/barrelfish-master/include/lwip2/lwip/
H A Dtcp.h245 u16_t mss; /* maximum segment size */ member in struct:tcp_pcb
365 #define tcp_mss(pcb) (((pcb)->flags & TF_TIMESTAMP) ? ((pcb)->mss - 12) : (pcb)->mss)
367 #define tcp_mss(pcb) ((pcb)->mss)
/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_in.c63 #define LWIP_TCP_CALC_INITIAL_CWND(mss) LWIP_MIN((4U * (mss)), LWIP_MAX((2U * (mss)), 4380U));
618 npcb->mss = tcp_eff_send_mss(npcb->mss, &npcb->local_ip, &npcb->remote_ip);
768 pcb->mss = tcp_eff_send_mss(pcb->mss, &pcb->local_ip, &pcb->remote_ip);
771 pcb->cwnd = LWIP_TCP_CALC_INITIAL_CWND(pcb->mss);
860 pcb->cwnd = LWIP_TCP_CALC_INITIAL_CWND(pcb->mss);
1089 if ((tcpwnd_size_t)(pcb->cwnd + pcb->mss) > pc
1713 u16_t mss; local
[all...]
H A Dtcp_out.c391 u16_t mss_local = LWIP_MIN(pcb->mss, TCPWND_MIN16(pcb->snd_wnd_max/2));
392 mss_local = mss_local ? mss_local : pcb->mss;
1225 u16_t mss; local
1227 mss = tcp_eff_send_mss(TCP_MSS, &pcb->local_ip, &pcb->remote_ip);
1229 mss = TCP_MSS;
1231 *opts = TCP_BUILD_MSS_OPTION(mss);
1506 if (pcb->ssthresh < (2U * pcb->mss)) {
1509 " should be min 2 mss %"U16_F"...\n",
1510 pcb->ssthresh, (u16_t)(2*pcb->mss)));
1511 pcb->ssthresh = 2*pcb->mss;
[all...]
H A Dtcp.c758 if (TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + LWIP_MIN((TCP_WND / 2), pcb->mss))) {
946 pcb->mss = INITIAL_MSS;
948 pcb->mss = tcp_eff_send_mss(pcb->mss, &pcb->local_ip, &pcb->remote_ip);
1064 if (pcb->ssthresh < (tcpwnd_size_t)(pcb->mss << 1)) {
1065 pcb->ssthresh = (pcb->mss << 1);
1067 pcb->cwnd = pcb->mss;
1073 mss - STJ */
1610 pcb->mss = INITIAL_MSS;
1906 * Calculates the effective send mss tha
[all...]
/barrelfish-master/include/
H A Darranet_impl.h174 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF))
/barrelfish-master/include/lwip2/lwip/priv/
H A Dtcp_priv.h93 * - the only unsent segment is at least pcb->mss bytes long (or there is more
94 * than one unsent segment - with lwIP, this can happen although unsent->len < mss)
100 ((tpcb)->unsent->len >= (tpcb)->mss))) || \
296 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF))
/barrelfish-master/include/lwip/lwip/
H A Dtcp.h77 #define tcp_mss(pcb) ((pcb)->mss)
139 * - the only unsent segment is at least pcb->mss bytes long (or there is more
140 * than one unsent segment - with lwIP, this can happen although unsent->len < mss)
145 ((tpcb)->unsent->len >= (tpcb)->mss))) \
321 u16_t mss; /* maximum segment size */ member in struct:tcp_pcb
/barrelfish-master/usr/drivers/e1000/
H A De1000n_desc.h216 uint16_t mss; member in struct:context_desc::__anon396
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssocket.tex26 % \comment{@(\#)text2.mss 20.3 9/19/88}
27 % \part{text2, root = `manual.mss'}
H A Dumssyntax.tex25 % \comment{@(\#)text1.mss 20.4 9/19/88}
26 % \comment{t1, root=`manual.mss'}
H A Dumsio.tex26 % \comment{@(\#)text2.mss 20.3 9/19/88}
27 % \part{text2, root = `manual.mss'}
H A Dumsusing.tex25 % \comment{@(\#)text1.mss 20.4 9/19/88}
H A Dumscompiler.tex25 % \comment{@(\#)text1.mss 20.4 9/19/88}
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dumscmacros.tex35 % \comment{@(\#)appendices.mss 20.3 9/19/88}
36 % \part{appendices, root = `manual.mss'}
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dumscmacros.tex35 % \comment{@(\#)appendices.mss 20.3 9/19/88}
36 % \part{appendices, root = `manual.mss'}
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h868 int mss; member in struct:ib_send_wr::__anon893::__anon896

Completed in 214 milliseconds