Home
last modified time | relevance | path

Searched refs:tcp_free (Results 1 – 9 of 9) sorted by relevance

/third_party/lwip/
D0010-fix-the-incomplete-release-of-the-conntable.patch17 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);
D0030-refactor-tcp-new-port.patch42 @@ -237,6 +250,7 @@ tcp_free(struct tcp_pcb *pcb)
48 LWIP_ASSERT("tcp_free: LISTEN", pcb->state != LISTEN);
D0057-same-node-gazellectl-a.patch190 tcp_free(struct tcp_pcb *pcb)
210 * local_port=0 avoid to release sock table in tcp_free */
222 tcp_free(pcb);
D0053-cleancode-improve-lwipopts.h-readability.patch649 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);
D0002-adapt-lstack.patch2414 tcp_free(pcb);
2518 tcp_free(pcb2);
2547 tcp_free(pcb2);
2776 tcp_free(pcb);
2816 tcp_free(pcb);
/third_party/lwip/src/core/
Dtcp.c224 tcp_free(struct tcp_pcb *pcb) in tcp_free() function
528 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);
Dtcp_in.c466 tcp_free(pcb);
631 tcp_free(pcb);
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h80 void tcp_free (struct tcp_pcb *pcb);
/third_party/NuttX/
DReleaseNotes29517 …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…