Home
last modified time | relevance | path

Searched refs:ooseq (Results 1 – 7 of 7) sorted by relevance

/lib/lwip/lwip/src/core/
A Dtcp_in.c1496 if (pcb->ooseq != NULL) {
1505 pcb->ooseq = pcb->ooseq->next;
1541 pcb->ooseq = next;
1578 while (pcb->ooseq != NULL &&
1612 pcb->ooseq = cseg->next;
1617 if (pcb->ooseq != NULL) {
1655 if (pcb->ooseq == NULL) {
1698 pcb->ooseq = cseg;
1718 pcb->ooseq = cseg;
1804 next = pcb->ooseq;
[all …]
A Dtcp.c611 if (pcb->ooseq != NULL) { in tcp_abandon()
612 tcp_segs_free(pcb->ooseq); in tcp_abandon()
1358 if (pcb->ooseq != NULL && in tcp_slowtmr()
2161 if (pcb->ooseq != NULL) { in tcp_pcb_purge()
2208 LWIP_ASSERT("ooseq segments leaking", pcb->ooseq == NULL); in tcp_pcb_remove()
2398 if (pcb->ooseq) { in tcp_free_ooseq()
2399 tcp_segs_free(pcb->ooseq); in tcp_free_ooseq()
2400 pcb->ooseq = NULL; in tcp_free_ooseq()
A Dpbuf.c134 if (pcb->ooseq != NULL) { in pbuf_free_ooseq()
/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp_oos.c31 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_count()
44 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_pbuf_count()
63 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_seqno()
87 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_tcplen()
110 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_tcplen()
276 EXPECT(pcb->ooseq == NULL); in START_TEST()
413 EXPECT(pcb->ooseq == NULL); in START_TEST()
446 EXPECT(pcb->ooseq == NULL); in START_TEST()
535 EXPECT(pcb->ooseq == NULL); in START_TEST()
622 EXPECT(pcb->ooseq == NULL); in START_TEST()
[all …]
/lib/lwip/lwip/src/include/lwip/
A Dtcp.h341 struct tcp_seg *ooseq; /* Received out of sequence segments. */ member
/lib/lwip/lwip/
A DUPGRADING281 * Correctly handle remote side overrunning our rcv_wnd in ooseq case
A DCHANGELOG1317 * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989)
1572 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
2029 overrunning our rcv_wnd in ooseq case.
2238 * tcp_in.c: Another fix for bug #28241 (ooseq processing) and adapted
2298 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
3421 * tcp.c, tcp_in.c: fix bug #21699 (segment leak in ooseq processing when last

Completed in 31 milliseconds