nuttx/net/usrsock
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/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled 2023-09-21 01:08:11 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock.h net/usrsock: Clear usockid when USRSOCK_EVENT_ABORT is received 2024-09-24 23:09:20 +08:00
usrsock_accept.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_bind.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_close.c net/usrsock: Clear usockid when USRSOCK_EVENT_ABORT is received 2024-09-24 23:09:20 +08:00
usrsock_conn.c net/utils/net_bufpool: add lock to struct net_bufpool_s and bufpool_navail 2025-12-07 11:11:21 +08:00
usrsock_connect.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_devif.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
usrsock_event.c modify for set conn status with connected when receive event USRSOCK_EVENT_SENDTO_READY 2024-10-16 07:55:10 +08:00
usrsock_getpeername.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_getsockname.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_getsockopt.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_ioctl.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_listen.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_recvmsg.c net: Split msg_iovlen check in recvmsg into each protocol 2025-01-20 17:12:14 +08:00
usrsock_sendmsg.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_setsockopt.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_shutdown.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_socket.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
usrsock_sockif.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00