Searched refs:tcp_free (Results 1 – 9 of 9) sorted by relevance
17 tcp_free(struct tcp_pcb *pcb)22 LWIP_ASSERT("tcp_free: LISTEN", pcb->state != LISTEN);32 + * local_port=0 avoid to release sock table in tcp_free */35 tcp_free(pcb);
42 @@ -237,6 +250,7 @@ tcp_free(struct tcp_pcb *pcb)48 LWIP_ASSERT("tcp_free: LISTEN", pcb->state != LISTEN);
190 tcp_free(struct tcp_pcb *pcb)210 * local_port=0 avoid to release sock table in tcp_free */222 tcp_free(pcb);
649 tcp_free(struct tcp_pcb *pcb)738 * local_port=0 avoid to release sock table in tcp_free */828 tcp_free(pcb2);855 tcp_free(pcb2);
2414 tcp_free(pcb);2518 tcp_free(pcb2);2547 tcp_free(pcb2);2776 tcp_free(pcb);2816 tcp_free(pcb);
224 tcp_free(struct tcp_pcb *pcb) in tcp_free() function528 tcp_free(pcb); in tcp_close_shutdown()548 tcp_free(pcb); in tcp_close_shutdown()557 tcp_free(pcb); in tcp_close_shutdown()741 tcp_free(pcb); in tcp_abandon()779 tcp_free(pcb); in tcp_abandon()1072 tcp_free(pcb);1584 tcp_free(pcb2);1642 tcp_free(pcb2);
466 tcp_free(pcb);631 tcp_free(pcb);
80 void tcp_free (struct tcp_pcb *pcb);
29517 …tps://github.com/apache/nuttx/pull/3103) net: tcp: reset the connection ref count before tcp_free()34217 In tcp_free() the connection is actually deallocated, instead of leaving it existing forever in the…