Home
last modified time | relevance | path

Searched refs:tcp_pkt_unref (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h53 #define tcp_pkt_unref(_pkt) tp_pkt_unref(_pkt, tp_basename(__FILE__), __LINE__) macro
56 #define tcp_pkt_unref(_pkt) net_pkt_unref(_pkt) macro
Dtcp.c376 tcp_pkt_unref(pkt); in tcp_send()
399 tcp_pkt_unref(pkt); in tcp_send()
405 tcp_pkt_unref(new_pkt); in tcp_send()
411 tcp_pkt_unref(pkt); in tcp_send()
415 tcp_pkt_unref(pkt); in tcp_send()
419 tcp_pkt_unref(pkt); in tcp_send()
751 tcp_pkt_unref(pkt); in tcp_send_queue_flush()
770 tcp_pkt_unref(pkt); in tcp_conn_release()
796 tcp_pkt_unref(conn->send_data); in tcp_conn_release()
799 tcp_pkt_unref(conn->queue_recv_data); in tcp_conn_release()
[all …]