Home
last modified time | relevance | path

Searched refs:bytes_acked (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/
Dtcp_in.c1239 pcb->bytes_acked = 0;
1268 TCP_WND_INC(pcb->bytes_acked, acked);
1269 if (pcb->bytes_acked >= pcb->cwnd) {
1270 pcb->bytes_acked = (tcpwnd_size_t)(pcb->bytes_acked - pcb->cwnd);
Dtcp.c1306 pcb->bytes_acked = 0; in tcp_slowtmr()
/third_party/lwip/src/include/lwip/
Dtcp.h335 tcpwnd_size_t bytes_acked; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c2014 net->cc_mod.htcp_ca.bytes_acked = net->net_ack; in measure_achieved_throughput()
2190 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_cong_avoid()
2209 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_init()
Dsctp_structs.h260 uint16_t bytes_acked; member
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1178 EXPECT(pcb->bytes_acked == (tcpwnd_size_t)(2 * pcb->mss)); in START_TEST()