Searched refs:ooseq (Results 1 – 7 of 7) sorted by relevance
1496 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 …]
611 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()
134 if (pcb->ooseq != NULL) { in pbuf_free_ooseq()
31 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 …]
341 struct tcp_seg *ooseq; /* Received out of sequence segments. */ member
281 * Correctly handle remote side overrunning our rcv_wnd in ooseq case
1317 * 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 implemented2029 overrunning our rcv_wnd in ooseq case.2238 * tcp_in.c: Another fix for bug #28241 (ooseq processing) and adapted2298 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty3421 * tcp.c, tcp_in.c: fix bug #21699 (segment leak in ooseq processing when last
Completed in 31 milliseconds