Searched refs:refused_data (Results 1 – 4 of 4) sorted by relevance
422 if (pcb->refused_data != NULL) { in tcp_shutdown()423 pbuf_free(pcb->refused_data); in tcp_shutdown()424 pcb->refused_data = NULL; in tcp_shutdown()1312 while (pcb->refused_data != NULL) in tcp_process_refused_data()1319 struct pbuf *refused_data = pcb->refused_data; in tcp_process_refused_data() local1322 pcb->refused_data = rest; in tcp_process_refused_data()1324 pcb->refused_data = NULL; in tcp_process_refused_data()1359 pcb->refused_data = refused_data; in tcp_process_refused_data()1842 if (pcb->refused_data != NULL) { in tcp_pcb_purge()1844 pbuf_free(pcb->refused_data); in tcp_pcb_purge()[all …]
360 if (pcb->refused_data != NULL) {362 ((pcb->refused_data != NULL) && (tcplen > 0))) {429 LWIP_ASSERT("pcb->refused_data == NULL", pcb->refused_data == NULL);461 pcb->refused_data = recv_data;475 if (pcb->refused_data != NULL) {477 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;
284 struct pbuf *refused_data; /* Data previously received but not yet taken by upper layer */ member
336 struct pbuf *refused_data; /* Data previously received but not yet taken by upper layer */ member
Completed in 22 milliseconds