nuttx/net/udp
chao.an 3a0885bafc net/udp: fix buffer release handling on failed buffer alloc
Attempt to release write buffer on failed UDP write I/O buffer
alloc and tryalloc failed to wrb->wb_iob assertion.

Change-Id: Ic77c148c55ded7871d179e321c57bba5ca8e4112
Signed-off-by: chao.an <anchao@xiaomi.com>
2021-08-30 21:50:57 +08:00
..
Kconfig
Make.defs net/inet: add support of FIONREAD 2021-07-05 06:20:52 -05:00
udp.h net/socket: add SO_SNDBUF support 2021-07-21 11:43:00 +08:00
udp_callback.c net/socket: add SO_RCVBUF support 2021-07-06 01:44:55 -05:00
udp_close.c net/: Add missing packet filtering checks 2021-04-29 12:47:02 +08:00
udp_conn.c net/socket: add SO_SNDBUF support 2021-07-21 11:43:00 +08:00
udp_devpoll.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
udp_finddev.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_input.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
udp_ioctl.c net/inet: add support of FIONREAD 2021-07-05 06:20:52 -05:00
udp_ipselect.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_netpoll.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_notifier.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_recvfrom.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_send.c
udp_sendto_buffered.c net/socket: add SO_SNDBUF support 2021-07-21 11:43:00 +08:00
udp_sendto_unbuffered.c
udp_setsockopt.c net/udp: Fix error: 'MAX_IFINDEX' undeclared 2021-06-27 19:40:53 -07:00
udp_txdrain.c sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
udp_wrbuffer.c net/udp: fix buffer release handling on failed buffer alloc 2021-08-30 21:50:57 +08:00
udp_wrbuffer_dump.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00