Searched refs:last_unsent (Results 1 – 1 of 1) sorted by relevance
129 struct tcp_seg *last_unsent; in tcp_send_fin() local130 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_send_fin()131 last_unsent = last_unsent->next); in tcp_send_fin()427 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_write()428 last_unsent = last_unsent->next); in tcp_write()450 seg = last_unsent; in tcp_write()469 seg = last_unsent; in tcp_write()636 last_unsent->len += oversize_used; in tcp_write()651 (last_unsent != NULL)); in tcp_write()667 if (last_unsent == NULL) { in tcp_write()[all …]
Completed in 5 milliseconds