nuttx/net/pkt
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/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
Kconfig net/ethernet: fix compilation issues 2025-12-29 23:31:51 +08:00
Make.defs net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt.h net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_callback.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
pkt_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_getsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_input.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_netpoll.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_recvmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
pkt_sendmsg_buffered.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
pkt_sendmsg_unbuffered.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
pkt_setsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_sockif.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00