Searched refs:unsent_oversize (Results 1 – 6 of 6) sorted by relevance
500 pcb->unsent_oversize == last_unsent->oversize_left); in tcp_write()502 oversize = pcb->unsent_oversize; in tcp_write()587 pcb->unsent_oversize == 0); in tcp_write()728 pcb->unsent_oversize = oversize; in tcp_write()976 pcb->unsent_oversize = 0; in tcp_split_unsent_seg()1109 pcb->unsent_oversize = 0; in tcp_enqueue_flags()1413 pcb->unsent_oversize = 0; in tcp_output()1660 pcb->unsent_oversize = seg->oversize_left; in tcp_rexmit_rto_prepare()1758 pcb->unsent_oversize = 0; in tcp_rexmit()
2165 pcb->unsent_oversize = 0; in tcp_pcb_purge()
1305 pcb->unsent_oversize = 0;
332 u16_t unsent_oversize; member
1558 EXPECT(pcb->unsent_oversize == TCP_MSS / 4); in START_TEST()1560 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()1605 EXPECT(pcb->unsent_oversize == 0); in START_TEST()1610 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()
1116 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize1291 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was1414 * tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...