Searched refs:unsent (Results 1 – 9 of 9) sorted by relevance
126 if (pcb->unsent != NULL) { in tcp_send_fin()128 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_send_fin()246 pcb->unsent != NULL || in tcp_pbuf_prealloc()326 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write_checks()329 pcb->unacked == NULL && pcb->unsent == NULL); in tcp_write_checks()417 if (pcb->unsent != NULL) { in tcp_write()422 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_write()661 pcb->unsent = queue; in tcp_write()677 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write()698 pcb->unsent != NULL); in tcp_write()[all …]
1010 pcb->unsent != NULL); in tcp_receive()1033 while (pcb->unsent != NULL && in tcp_receive()1034 TCP_SEQ_BETWEEN(ackno, ntohl(pcb->unsent->tcphdr->seqno) + in tcp_receive()1035 TCP_TCPLEN(pcb->unsent), pcb->snd_nxt)) { in tcp_receive()1037 … ntohl(pcb->unsent->tcphdr->seqno), ntohl(pcb->unsent->tcphdr->seqno) + in tcp_receive()1038 TCP_TCPLEN(pcb->unsent))); in tcp_receive()1040 next = pcb->unsent; in tcp_receive()1041 pcb->unsent = pcb->unsent->next; in tcp_receive()1053 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_receive()
352 if (pcb->unsent != NULL) { in tcp_abandon()353 tcp_segs_free(pcb->unsent); in tcp_abandon()1397 if (pcb->unsent != NULL) { in tcp_pcb_purge()1415 tcp_segs_free(pcb->unsent); in tcp_pcb_purge()1417 pcb->unacked = pcb->unsent = NULL; in tcp_pcb_purge()1446 LWIP_ASSERT("unsent segments leaking", pcb->unsent == NULL); in tcp_pcb_remove()
86 (((tpcb)->unsent != NULL) && (((tpcb)->unsent->next != NULL) || \87 ((tpcb)->unsent->len >= (tpcb)->mss))) \
240 struct tcp_seg *unsent; /* Unsent (queued) segments. */ member
128 * If a HelloRequest is received while `SSL_write` has unsent application data,
724 * tcp_out.c: Fixed bug #27905: FIN isn't combined with data on unsent974 (and unsent->next == NULL)1003 Fixed by sorting the unsent and unacked queues (segments are inserted at the
12576 Print unsent messages of failed sendmmsg syscall.12583 Print unsent messages of sendmmsg syscall.