nuttx/net/udp
zhanghongyu e87082b195 net/utils/net_bufpool: add lock to struct net_bufpool_s and bufpool_navail
Add a lock to net_bufpool to simplify the protocol stack code.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2025-12-07 11:11:21 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net: Enable dynamic allocation of tcp/udp/ipfwd buffer by default 2025-01-07 22:00:21 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp.h net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00
udp_callback.c udp:add tls cleanup protection to protect udp_callback info in psock_udp_recvfrom 2024-11-20 13:42:58 +08:00
udp_close.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_conn.c net/utils/net_bufpool: add lock to struct net_bufpool_s and bufpool_navail 2025-12-07 11:11:21 +08:00
udp_devpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_input.c net/udp: correct icmp(v6) response from udp_input 2025-03-17 09:57:50 +01:00
udp_ioctl.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_ipselect.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_netpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_notifier.c udp:add tls cleanup protection to protect waitsem in udp_txdrain 2024-11-20 13:42:58 +08:00
udp_recvfrom.c inet_sockif:support multiple iov recv 2025-01-20 17:12:14 +08:00
udp_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_sendto_buffered.c net/udp: Let cansend return EWOULDBLOCK when send buffer is full 2025-01-02 23:13:39 +08:00
udp_sendto_unbuffered.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_setsockopt.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
udp_txdrain.c udp:add tls cleanup protection to protect waitsem in udp_txdrain 2024-11-20 13:42:58 +08:00
udp_wrbuffer.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00
udp_wrbuffer_dump.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00