nuttx/net/tcp
zhanghongyu 8f41613374 net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic
optimize the current code format according to the previous net_xxx_wait
implementation to reduce multiple calls of similar code

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-02 07:48:06 -03:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net/tcp: add kconfig to support retransmission at a fixed time 2025-12-27 21:35:00 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp.h net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_accept.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_appsend.c net/tcp: support recv packet in the TCP_FIN_WAIT_1/2 state 2025-12-29 19:22:23 +08:00
tcp_backlog.c net/tcp: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
tcp_callback.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_cc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_close.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_conn.c net/tcp: support OTW SEQ number check in SYN-RCVD state 2025-12-30 21:04:52 +08:00
tcp_connect.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_devpoll.c net/tcp: support recv packet in the TCP_FIN_WAIT_1/2 state 2025-12-29 19:22:23 +08:00
tcp_dump.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_getsockopt.c tcp.h: add TCP_CORK definition 2025-12-18 15:38:17 +08:00
tcp_input.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_ioctl.c net/tcp: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
tcp_ipselect.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_listen.c net/tcp: remove SYN_RCVD state conn by listener created when free listener 2025-12-29 19:20:01 +08:00
tcp_monitor.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_netpoll.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_notifier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_recvfrom.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_recvwindow.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_send.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00
tcp_send_buffered.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_send_unbuffered.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_sendfile.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_seqno.c libc: Refine the arc4random_buf implementation 2024-10-26 18:04:21 -03:00
tcp_setsockopt.c tcp.h: add TCP_CORK definition 2025-12-18 15:38:17 +08:00
tcp_shutdown.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
tcp_timer.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00
tcp_txdrain.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
tcp_wrbuffer.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00